---
title: "Delete a specific user by ID."
method: DELETE
path: "/users/{user_id}"
tags: ["Users"]
---

# Delete a specific user by ID.

`DELETE /users/{user_id}`

## Path parameters

- `user_id` string, required

## Response `200`

The user was deleted.

- Message — A generic message response.
  - `message` string

---

[API](https://skmtc.net/athletics-app/apis/atletiek-nu-competition-data-api.md) · [All operations](https://skmtc.net/athletics-app/apis/atletiek-nu-competition-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/athletics-app/atletiek-nu-competition-data-api/versions/cd49a90e4266/schema)
