---
title: "Delete a user"
method: DELETE
path: "/users/{userId}"
---

# Delete a user

`DELETE /users/{userId}`

Remove all data associated to a given user, including all associated installations.

## Path parameters

- `userId` string, required

## Response `202`

202

- object
  - `success` boolean

---

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