---
title: "Delete GPDR data request"
method: DELETE
path: "/v1/client/user/gdpr-requests"
tags: ["Internal"]
---

# Delete GPDR data request

`DELETE /v1/client/user/gdpr-requests`

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

## 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/versions/99209a6285bf/schema)
