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.
Example response
{
"identifier": "user@example.com",
"statusMessage": "Attachment references deletion Request has been accepted for processing"
}