| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**bankAccountId**

uuid

required

```
204
Bank account deleted

# ```400      The server cannot or will not process the request due to something that is perceived to be a client error

# ```401      Authentication credentials were either missing or incorrect

# ```403      Authentication credentials used do not have have permissions to perform the request

# ```404      The requested resource was not found on the server

# ```500      The server encountered an unexpected condition that prevented it from fulfilling the request

```

### Example API Request

```bash
curl --request DELETE \
     --url https://api.astrada.co/bank-accounts/bankAccountId \
     --header 'accept: application/problem+json'
```

**Response Types:**
- `application/problem+json`
- `400 - Example Generic Bad Request Payload Response`
- `400 - Example Generic Bad Request Parameters Response`
- `401`
- `403`
- `404`
- `500`
