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

# User Delete

`DELETE /users/{user_uuid}`

User can be invited by the super admin in the root domain, but not in the other tenant user.

## Path parameters

- `user_uuid` string, uuid, required

## Query parameters

- `company` string, required

## Headers

- `x-tenant` string

## Response `200`

Successful Response

- StandardResponse
  - `ok` boolean, required

## Other responses

- `403` — Operation not allowed
- `404` — User not found
- `422` — Validation Error

---

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