cURL
curl --request DELETE \ --url http://api.attention.tech/v2/organizations/users/{userId} \ --header 'Authorization: <api-key>'
This response has no body data.
Deletes an existing user from the organization. This operation is permanent and cannot be undone. The user will be removed from all teams and their access will be revoked. Requires proper permissions to delete users.
UUID of the user to delete
Was this page helpful?