/applications/{id}/consents
This resource is available only to principals with these entitlements: com.unboundid.broker.models.security.access.BrokerRole.DELETE_OTHER_CONSENT com.unboundid.broker.models.security.access.BrokerRole.BROKER_ADMIN
Mount Point: /auth/api/v1/applications/{id}/consents/
DELETE
This operation is available only to principals with these entitlements: com.unboundid.broker.models.security.access.BrokerRole.DELETE_OTHER_CONSENT com.unboundid.broker.models.security.access.BrokerRole.BROKER_ADMIN
Delete all consents for the specified application.
Parameters
name | description | type | default |
---|---|---|---|
id | The ID of the application for which consents are to be deleted. | path |
Status Codes
code | description |
---|---|
204 | Success |
404 | No such object |