v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-262621423.8 MB

Delete an end-user

Permanently deletes an end-user object and all of its connections.

delete/end-users/{id}

Path parameters

idstring required

The ID of the end-user to delete.

Example:end_usr_1234567abcdefg

The ID of the end-user to delete.

Response

Returns a confirmation of the deletion with the ID of the deleted end-user.

idstring required

The ID of the deleted end-user.

objectType'end_user' required

The type of object. This value is always "end_user".

deletedboolean required

Indicates whether the end-user was deleted.

Example response

{
  "id": "end_usr_1234567abcdefg",
  "objectType": "end_user",
  "deleted": true
}