v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Data Subjects V4

Delete Data Subject

Initiates a TTL-based deletion process for a data subject

delete/rest/api/consent/v4/data-subjects

Request body

identifierstring required

The data subject identifier of the data subject.

retainReceiptsboolean required

This flag indicates whether receipts will be retained while deleting data subjects. When set to false, receipts are removed from the database and no longer appear in the OneTrust Platform UI. However, these receipts are not permanently deleted and can still be retrieved using the Get List of Receipts API.

Example request

{
  "identifier": "user-12345@ot.com"
}

Response

Deletion Request using TTL has been accepted