---
title: "Delete user"
method: DELETE
path: "/v1/users/{user_id}"
tags: ["Users"]
---

# Delete user

`DELETE /v1/users/{user_id}`

Permanently delete a user and all associated data.

## Path parameters

- `user_id` string, required

## Response `204`

No Content

## Changes

- **2025-09-23** `9971ba6348f3` — 1 breaking
  - removed the media type `application/json` for the response with the status `204`

[Change history](https://skmtc.dev/knocklabs/apis/knock-api/changes/v1/users/:user_id/delete.md)

---

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