> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete User

> This endpoint deletes a `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.
</Warning>

<RequestExample>
  ```shell Request theme={null}
  curl -i -X DELETE 'https://vestibule.mx.com/users/{user_guid}' \  -H 'Accept: application/vnd.mx.atrium.v1+json' \  -H 'MX-API-Key: {mx_api_key}' \  -H 'MX-Client-ID: {mx_client_id}'
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  Status: 204 No Content
  ```
</ResponseExample>
