v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Consent Attachments

Remove All Consent Attachments

Use this API to remove all file references attached to a given data subject.

delete/rest/api/preferences/v1/datasubjects/{identifier}/attachment-references

Path parameters

identifierstring required

The identifier of the data subject.

Response

All attachment references deletion request accepted for processing.

identifierstring

Identifier of the data subject

statusMessagestring

Status message describing the result of the operation

Example response

{
  "identifier": "user@example.com",
  "statusMessage": "Attachment references deletion Request has been accepted for processing"
}