Identity Broker REST API Reference

UnboundID Logo

/consents/{ownerCompositeKey}/applications/{applicationId}/resource/{resourceId}

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}/applications/{applicationId}/resource/{resourceId}/

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, application and resource.

Parameters

name description type default
ownerCompositeKey The key to use to identify the consent owner. path
applicationId The application id associated with the consents to be deleted. path
resourceId The resource id associated with the consents to be deleted. path

Status Codes

code description
204 Success
404 No such object