DELETE
/
accounts
/
{account_id}
curl --request DELETE \
  --url https://api.togai.com/accounts/{account_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

account_id
string
required

account_id corresponding to an account

Maximum length: 50
Example:

"ACC00001"

Response

200
application/json
OK
success
boolean
required
Example:

true