v1

latestOpenAPI 3.0.3Apache 2.02026-07-13121230447.8 KB
Accounts

Delete an account

This API let’s you to delete a customer using customer_id and account_id.

delete/accounts/{account_id}

Path parameters

account_idstring required
Example:ACC00001

account_id corresponding to an account

Response

OK

successboolean required

Example response

{
  "success": true
}