v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
users

Delete user

Use this endpoint to delete the specified user. The response will have a status of 204 No Content without an object.

:::warning Deleting a user is permanent. Deleted users can never be restored. For more info, see Deleting Objects. :::

delete/users/{user_guid}

Path parameters

user_guidstring required

The unique identifier for a user, beginning with the prefix USR-.

Headers

Acceptstring required
Example:application/vnd.mx.api.v1+json

Specifies the media type expected in the response.

Response

No Content