---
title: "Remove a user"
method: DELETE
path: "/users/{id}"
tags: ["Users"]
---

# Remove a user

`DELETE /users/{id}`

Removes a user.
            
User must belong to the specified account.

## Path parameters

- `id` string, uuid, required

## Response `202`

When request is accepted. Returns a hypermedia 'Link' object of the user to be removed.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `400` — When an unsupported request is made.
- `403` — When the user is not associated to the specified account.

---

[API](https://skmtc.net/smokeball/apis/api.md) · [All operations](https://skmtc.net/smokeball/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smokeball/api/revisions/934aec02cc30/schema)
