---
title: "Submits a user removal request"
method: POST
path: "/applications/{application}/gdpr"
tags: ["gdpr"]
---

# Submits a user removal request

`POST /applications/{application}/gdpr`

This endpoint is used to submit requests for user removals in the context of the GDPR legislation. After a successfull submission the user data will be removed within a maximum time of 30 days.

## Path parameters

- `application` string, required

## Request body

- GdprUserRemovalRequest
  - `userId` string — the ID of the user to be removed

## Response `200`

The request has been recorded successfully

## Other responses

- `404` — The referenced application could not be found.

---

[API](https://skmtc.net/gameanalytics/apis/datatiger-management-api.md) · [All operations](https://skmtc.net/gameanalytics/apis/datatiger-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameanalytics/datatiger-management-api/revisions/20a4f732a0b7/schema)
