Create data deletion request OAuth Scope: data_deletion:write
Create data deletion request OAuth Scope: data_deletion:write
<Warning>This is a gated feature that requires enablement. Contact support to enable Data Deletion API access for your organization.</Warning>
Creates a data deletion request for a subscriber within your organization. The subscriber's data will be redacted from all publications in the organization after a 14-day safety delay. This action cannot be undone once processing begins.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
publicationId
The prefixed ID of the publication object
Request
This endpoint expects an object.
email
The email address of the subscriber to delete.
Response
Created
data
Errors
400
Bad Request Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
429
Too Many Requests Error
500
Internal Server Error