> ## 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

> Use this endpoint to delete a user.

Delete an existing user.

### Path Parameters

<ParamField path="user_guid" type="string" required>
  The GUID or external GUID of the user to delete.
</ParamField>

### Query Parameters

<ParamField query="k" type="string" required>
  Your API key.
</ParamField>

<ParamField query="c" type="string" required>
  The client GUID or external client GUID.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "status": 3,
    "name": "DELETED",
    "message": "User deleted successfully."
  }
  ```
</ResponseExample>
