/applications/{id}/consents
This resource is available only to principals with these entitlements: "ROLE_UPDATE_APPLICATION" "ROLE_BROKER_ADMIN"
Mount Point: /auth/api/v1/applications/{id}/consents/
DELETE
This operation is available only to principals with these entitlements: "ROLE_UPDATE_APPLICATION" "ROLE_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 |