---
title: "Delete User Endpoint"
method: DELETE
path: "/api/v1/users/{user_id}"
tags: ["organizations"]
---

# Delete User Endpoint

`DELETE /api/v1/users/{user_id}`

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- DeleteUserResponse
  - `user_id` string, required — The user that was deleted.

---

[API](https://skmtc.dev/trajectory/apis/trajectory-api.md) · [All operations](https://skmtc.dev/trajectory/apis/trajectory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trajectory/trajectory-api/revisions/d930b23b9602/schema)
