Skip to main content

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_identifier}

Path Parameters

FieldRequiredType

user_identifier

Use either the user id you defined or the MX-defined user guid. See MX-Defined GUIDs vs IDs Defined by You​.

Required
String

Header Parameters

FieldRequiredType

Accept-Version

MX Platform API version.

Required
String

Accept

Specifies the media type expected in the response.

Required
String
Loading...