API Reference
Reference for the API
Delete account user by ID
cURL
curl --request DELETE \ --url https://cookiechimp.com/api/v1/account-users/{id} \ --header 'Authorization: <api-key>'
{ "id": "accuser123", "email": "[email protected]", "role": "admin", "created_at": "2023-01-05T10:15:30Z", "updated_at": "2023-01-15T11:20:45Z" }
ID of the resource
Account user deleted
The response is of type object.
object
Was this page helpful?