---
title: "Delete an end-user"
method: DELETE
path: "/end-users/{id}"
---

# Delete an end-user

`DELETE /end-users/{id}`

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

## Path parameters

- `id` string, required — The ID of the end-user to delete.

## Response `200`

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

- object
  - `id` string, required — The ID of the deleted end-user.
  - `objectType` 'end_user', required — The type of object. This value is always `"end_user"`.
  - `deleted` boolean, required — Indicates whether the end-user was deleted.

---

[API](https://skmtc.net/conductor-is/apis/conductor-api.md) · [All operations](https://skmtc.net/conductor-is/apis/conductor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductor-is/conductor-api/versions/0b07b3ebe160/schema)
