Skip to main content
POST
/
v1
/
organizations
/
dsar
/
delete
Request Data Deletion
curl --request POST \
  --url https://api.mixpeek.com/v1/organizations/dsar/delete
{
  "request_id": "<string>",
  "status": "<string>",
  "requested_at": "<string>",
  "estimated_completion": "<string>",
  "data_categories": [
    "<string>"
  ],
  "warning": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer YOUR_API_KEY"

"Bearer YOUR_STRIPE_API_KEY"

Response

Successful Response

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