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

# Delete User

`DELETE /users/{id}`

Delete one of your Users.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required
- `Sequence-Version` '2024-07-30'

## Response `200`

OK

- SequenceUserResponse
  - `id` string, required — The unique ID of this user.
  - `email` string, required — The email address of this user.
  - `sequenceAccountIds` string[], required — A list of Sequence account IDs. These account IDs represent the accounts this user has access to.
  - `state` string, required — The state of this user.
  - `roles` Role[], required — The roles assigned to this user for the current Sequence account.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/sequencehq/apis/sequence.md) · [All operations](https://skmtc.net/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequencehq/sequence/versions/cae64b02699f/schema)
