---
title: "Request Data Deletion"
method: POST
path: "/v1/organizations/dsar/delete"
tags: ["Data Subject Access Requests"]
---

# Request Data Deletion

`POST /v1/organizations/dsar/delete`

Request deletion of all organization data.

This is a DSAR deletion request per GDPR Article 17 (Right to Erasure)
and CCPA Section 1798.105. The request is logged and processed within
30 days. Once executed, this action is IRREVERSIBLE.

The actual deletion is performed by the delete_organization_resources_flow
after verification. This endpoint creates the request record.

Requires ADMIN permission.

## Response `200`

Successful Response

- DSARDeleteResponse — Response for a data deletion request.
  - `request_id` string, required — Unique DSAR request identifier
  - `status` string, required — Request status
  - `requested_at` string, required — ISO-8601 timestamp of the request
  - `estimated_completion` string, required — Estimated completion message
  - `data_categories` string[], required — Categories of data that will be deleted
  - `warning` string, required — Warning about irreversibility

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

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