Annotation endpoints
API token endpoints
Dataset endpoints
Monitor endpoints
Notifier endpoints
Organization endpoints
Role-based access control endpoints
Starred queries endpoints
User endpoints
User endpoints
Delete user from org
Delete user from org
Remove user from org
DELETE
/
users
/
{id}
curl --request DELETE \
--url https://api.axiom.co/v2/users/{id} \
--header 'Authorization: Bearer <token>'
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
204
(empty)
Was this page helpful?
curl --request DELETE \
--url https://api.axiom.co/v2/users/{id} \
--header 'Authorization: Bearer <token>'