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
}