DELETE
/
platform
/
api
/
v1
/
accounts
/
{account_id}
curl --request DELETE \
  --url https://app.chatwoot.com/platform/api/v1/accounts/{account_id} \
  --header 'api_access_token: <api-key>'
This response does not have an example.

Authorizations

api_access_token
string
header
required

This token can be obtained by the system admin after creating a platformApp. This token should be used to provision agent bots, accounts, users and their roles.

Path Parameters

account_id
integer
required

The numeric ID of the account

Response

200

Success