/consents/{ownerCompositeKey}
This resource is available only to principals with these entitlements: "ROLE_DELETE_OWN_CONSENT" "ROLE_DELETE_OTHER_CONSENT" "ROLE_BROKER_ADMIN"
Mount Point: /privacy/v1/consents/{ownerCompositeKey}/
DELETE
This operation is available only to principals with these entitlements: "ROLE_DELETE_OWN_CONSENT" "ROLE_DELETE_OTHER_CONSENT" "ROLE_BROKER_ADMIN"
Deletes all consents associated with the given owner, a list of applications, by purpose, with optional resource id(s).
Parameters
name | description | type | default |
---|---|---|---|
ownerCompositeKey | The key to use to identify the consent owner. | path | |
applicationIds | The application ids associated with the consents to be deleted. Application ids are specified in a comma-separated format. | query | |
purposeId | The purpose id associated with the consents to be deleted. | query | |
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 |