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

# Delete user

`DELETE /user/{id}`

Remove a user's access to the account. If the user has no remaining account roles after removal, the user record is deleted entirely.

## Path parameters

- `id` string, required

## Query parameters

- `account_id` string

## Response `204`

Api Response

- ModelsApiResponse
  - `_meta` object — Response Metadata
  - `data` object — Response Payload
  - `request_id` string
  - `status` integer — HTTP Status Code

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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