---
title: "Delete user"
method: DELETE
path: "/users/{user_guid}"
tags: ["users"]
---

# Delete user

`DELETE /users/{user_guid}`

Use this endpoint to delete the specified `user`. The response will have a status of `204 No Content` without an object.

:::warning
Deleting a user is permanent. Deleted users can never be restored. For more info, see [Deleting Objects](/api-reference/platform-api/overview/deleting-objects).
:::

## Path parameters

- `user_guid` string, required

## Headers

- `Accept` string, required

## Response `204`

No Content

---

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