---
title: "Delete a user"
method: DELETE
path: "/{domain}/Users/{id}"
tags: ["SCIM"]
---

# Delete a user

`DELETE /{domain}/Users/{id}`

Given an id delete the user. As per SCIM specification return an empty body on successful deletion.

## Path parameters

- `id` string, required
- `domain` string, required

## Response `204`

- object

## Other responses

- `400` — Request does not conform to the SCIM standard. Check for typos or missing fields.
- `404` — No such resource found. Please check the id or filters again.
- `500` — Something went wrong at TeamOhana. Please contact support.

---

[API](https://skmtc.net/teamohana/apis/teamohana-public-api.md) · [All operations](https://skmtc.net/teamohana/apis/teamohana-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/teamohana/teamohana-public-api/versions/55e225ee4219/schema)
