---
title: "Delete User"
method: DELETE
path: "/api/v2/users/{user_id}"
tags: ["Configuration"]
---

# Delete User

`DELETE /api/v2/users/{user_id}`

Remove a user from your workspace. Requires account admin role. Use for offboarding or access revocation.

## Path parameters

- `user_id` string, required

## Response `204`

EmptyResponse()

- object

---

[API](https://skmtc.net/freeplay/apis/freeplay-api.md) · [All operations](https://skmtc.net/freeplay/apis/freeplay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freeplay/freeplay-api/revisions/69c553220183/schema)
