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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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