Remove user consent scope from application.
Remove the user consent scope from an application by application id, scope type and scope id
Path parameters
-
The unique identifier of the application.
-
Values are
organization-scopes
,resource-scopes
,organization-resource-scopes
, oruser-scopes
. -
The unique identifier of the scope.
DELETE /api/applications/{applicationId}/user-consent-scopes/{scopeType}/{scopeId}
curl \
-X DELETE https://[tenant_id].logto.app/api/applications/{applicationId}/user-consent-scopes/{scopeType}/{scopeId} \
-H "Authorization: Bearer $ACCESS_TOKEN"