Delete an Account User
cURL
curl --request DELETE \ --url https://app.chatwoot.com/platform/api/v1/accounts/{account_id}/account_users \ --header 'api_access_token: <api-key>'
This response does not have an example.
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.
The numeric ID of the account
Success