---
title: "Delete a user"
method: DELETE
path: "/users/ext/{ext-id}"
tags: ["Users"]
---

# Delete a user

`DELETE /users/ext/{ext-id}`

Delete a user

## Path parameters

- `ext-id` string, required

## Response `200`

User deleted

- object
  - `success` boolean
  - `data` object
    - `id` string

## Other responses

- `401` — Error: Unauthorized
- `403` — Forbidden access or subscription and trial phase ended.
- `404` — Resource or page not found.

---

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