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

# Delete user

`DELETE /users/{user_id}`

Revoke your authorization to this user's data and delete their data from Pelm. You won't be charged for making this request.

## Path parameters

- `user_id` string, string, required

## Headers

- `Authorization` string, required
- `Pelm-Client-Id` string, required
- `Pelm-Secret` string, required

## Response `200`

Successful operation

## Other responses

- `400` — Client error
- `401` — Unauthorized
- `402` — Quota reached
- `403` — Permission denied
- `500` — Server error

---

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