Skip to main content
DELETE
/
accounts
/
{id}
Delete a bank account
curl --request DELETE \
  --url https://api.check.et/api/v1/accounts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Account removed"
}

Authorizations

Authorization
string
header
required

API key from your dashboard - starts with chk_. Requires a business account.

Path Parameters

id
integer
required
Example:

3

Response

200 - application/json

Deleted

message
string
Example:

"Account removed"