---
title: "Remove a user's account"
method: DELETE
path: "/users/{userId}/"
tags: ["Accounts", "public"]
---

# Remove a user's account

`DELETE /users/{userId}/`

Removes the account information for the specified user.

  This API can be called by any user with all permissions to an organization
  or a user who has the highest level of permissions if no organization is provided.

## Path parameters

- `userId` string, required

## Headers

- `x-m2-organization-id` string

## Response `204`

The ID of the user to be deleted

- DeleteUserAccountParamsSchema — The ID of the user to be deleted
  - `userId` string, required — The ID of a user

## Other responses

- `4XX` — HTTP error message

---

[API](https://skmtc.net/otherside/apis/accounts.md) · [All operations](https://skmtc.net/otherside/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/accounts/revisions/99b138ac9152/schema)
