Consent Rate Optimization
Delete Cross Device Consents and Receipts
Use this API to delete cross device consents and the related receipts. This API is designed for users with a CRO license. However, users with both UCPM and CRO licenses, can use the Delete Data Subjects API to delete CRO data subject identifiers.
🗒 Things to Know
- A maximum of 1000 data subject identifiers can be deleted per request.
- Requests will be processed asynchronously.
delete/rest/api/consent/v1/receipts/cross-device
Request body
Example request
{
"identifiers": [
"c4a57a38-3774-45ad-9fa4-dbc545542232",
"550e8400-e29b-41d4-a716-446655440001"
]
}Response
Request to delete cross-device consent receipts was accepted.
string required
Example response
"Request accepted"