---
title: "Endpoint for deleting a user"
method: DELETE
path: "/user/{user_id}"
tags: ["user"]
---

# Endpoint for deleting a user

`DELETE /user/{user_id}`

Delete a user.

## Response `204`

Success.

## Other responses

- `403` — Administrator permission required or not the current user.
- `404` — User not found.
- `500` — Internal server error.

## Changes

- **2025-10-03** `d87b1cfd7320` — 1 info
  - added the non-success response with the status `500`
- **2024-11-27** `5ff926c52769` — 1 info
  - endpoint added
- **2024-06-05** `28bfb33cc1fb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/vulnerability-lookup/apis/vulnerability-lookup-api/changes/user/:user_id/delete.md)

---

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