---
title: "Delete Cross Device Consents and Receipts"
method: DELETE
path: "/rest/api/consent/v1/receipts/cross-device"
tags: ["Consent Rate Optimization"]
---

# Delete Cross Device Consents and Receipts

`DELETE /rest/api/consent/v1/receipts/cross-device`

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](https://developer.onetrust.com/onetrust/reference/deletedatasubjectprofileusingdelete) 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.

## Request body

- ConsentAPICrossDeviceConsentDeleteRequest
  - `identifiers` string[] — A list of data subject identifiers for which the deletion of both the receipt and the cross-device consent is required.

## Response `200`

Request to delete cross-device consent receipts was accepted.

- string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
