End Users
Delete an end-user
Permanently deletes an end-user object and all of its connections.
DELETE
Authorizations
Your Conductor secret key using Bearer auth (e.g., "Authorization: Bearer {{YOUR_SECRET_KEY}}"
).
Path Parameters
The ID of the end-user to delete.
Response
200 - application/json
Returns a confirmation of the deletion with the ID of the deleted end-user.
The ID of the deleted end-user.
The type of object. This value is always "end_user"
.
Allowed value:
"end_user"
Indicates whether the end-user was deleted.