/consents/{ownerCompositeKey}/purpose/{purposeId}
Mount Point: /privacy/v1/consents/{ownerCompositeKey}/purpose/{purposeId}/
DELETE
Deletes all consents associated with the given owner, purpose and optional resource id(s).
Parameters
| name | description | type | default |
|---|---|---|---|
| ownerCompositeKey | The key to use to identify the consent owner. | path | |
| purposeId | The purpose id associated with the consents to be deleted. | path | |
| resourceIds | Optional resource ids associated with the consent to be deleted. Resource ids are specified in a comma-separated format. | query |
Status Codes
| code | description |
|---|---|
| 204 | Success |
| 404 | No such object |