> For the complete documentation index, see [llms.txt](https://docs.idrx.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idrx.co/api/onboarding-api/delete-api-auth-delete-bank-account-bankid.md).

# DELETE /api/auth/delete-bank-account/:bankId

## Example Request

```
curl -X DELETE '<https://idrx.co/api/auth/delete-bank-account/108>' --header 'idrx-api-key: <API_KEY>' --header 'idrx-api-sig: <signature>' --header 'idrx-api-ts': <timestamp>'
```

## Response

If the request is successful, the response will be as shown below:

```json
{
    "statusCode": 200,
    "message": "deleted",
    "data": null
}
```
