---
title: "Delete user permanently"
method: DELETE
path: "/api/v1/users/{id}"
tags: ["Users"]
---

# Delete user permanently

`DELETE /api/v1/users/{id}`

Permanently removes a user from your environment and deletes all associated data. Use this endpoint when you need to completely remove a user account. This action deletes the user's profile, memberships, and all related data across all organizations. This operation cannot be undone, so use with caution.

## Path parameters

- `id` string, required

## Response `200`

User successfully deleted. No content returned

- unknown

---

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