v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
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.

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"
}