---
title: "Delete User by ID"
method: DELETE
path: "/Users/{id}"
tags: ["Users Endpoint"]
---

# Delete User by ID

`DELETE /Users/{id}`

This API deletes a user using the user's unique ID.

  - <b>Scope(Permission) required:</b> ``internal_user_mgt_delete``

 - <b>Flow type:</b> Client Credentials OAuth Flow

## Path parameters

- `id` string, required

## Response `204`

User is deleted

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Valid user is not found

---

[API](https://skmtc.net/ballerina-platform/apis/scim-2-0-api.md) · [All operations](https://skmtc.net/ballerina-platform/apis/scim-2-0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ballerina-platform/scim-2-0-api/revisions/7978594f207e/schema)
