Delete an Account User
cURL
curl --request DELETE \ --url https://airys.chat/platform/api/v1/accounts/{account_id}/account_users \ --header 'api_access_token: <api-key>'
{ "description": "<string>", "errors": [ { "field": "<string>", "message": "<string>", "code": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.airys.chat/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.airys.chat/llms.txt
Use this file to discover all available pages before exploring further.
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