Skip to main content
DELETE
/
bank-accounts
/
{id}
Delete Bank Account
curl --request DELETE \
  --url https://api.caminotreasury.com/v1/bank-accounts/{id} \
  --header 'x-api-key: <api-key>'
{
  "deleted": true
}

Authorizations

x-api-key
string
header
required

API key for authentication. Pass your key in the x-api-key header.

Path Parameters

id
integer
required

Response

Bank account deleted

deleted
boolean
Example:

true