Consent Attachments
Remove Consent Attachment
Use this API to remove a specific file reference attached to a given data subject.
🗒 Things to Know
- The attachmentId parameter value corresponds to the RefId parameter value returned after uploading a file using the Upload Attachments API.
delete/rest/api/preferences/v1/attachments-reference/{attachmentId}
Path parameters
attachmentIdstring uuid required
Unique referenceId refId UUID of the file which has to removed from Data Subject.
Headers
identifierstring required
The identifier of the data subject.
Response
Attachment reference deletion request accepted for processing.
Example response
{
"identifier": "user@example.com",
"statusMessage": "Attachment references deletion Request has been accepted for processing"
}