---
title: "Delete user"
method: DELETE
path: "/v1/publishers/users/{userId}"
tags: ["Server-Side"]
---

# Delete user

`DELETE /v1/publishers/users/{userId}`

Delete the user account and all associated data for the given id. This operation cannot be un-done!

## Path parameters

- `userId` string, required

## Response `202`

Accepted

- object
  - `data` GdprCreateResponse
    - `id` integer, required — the id assigned to the given request

## Other responses

- `404` — User not found
- `409` — Delete Request already exist

---

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