DELETE
/
end-users
/
{id}

Authorizations

Authorization
string
header
required

Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}").

Path Parameters

id
string
required

The ID of the EndUser to delete.

Response

200 - application/json
deleted
boolean
required

Indicates whether the EndUser was deleted.

id
string
required

The ID of the deleted EndUser.

objectType
string
required

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

Allowed value: "end_user"