---
title: "Delete User"
method: DELETE
path: "/v3/users/{userId}"
tags: ["Users"]
---

# Delete User

`DELETE /v3/users/{userId}`

Deletes an individual user. Returns 404 if the requested user was not found.

## Response `204`

No Content

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
