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