Skip to main content

Atrium API

Delete User

Calling this endpoint will permanently delete a user from Atrium. If successful, the API will respond with Status: 204 No Content.

warning

This action cannot be undone.

DELETE
/users/{user_guid}

Request sample

Language:sh

_10
curl -i -X DELETE 'https://vestibule.mx.com/users/{user_guid}' \
_10
-H 'Accept: application/vnd.mx.atrium.v1+json' \
_10
-H 'MX-API-Key: {mx_api_key}' \
_10
-H 'MX-Client-ID: {mx_client_id}'

Response sample

200
Language:json

_10
Status: 204 No Content