Remove organization scope
Remove a organization scope assignment from the specified organization role.
Path parameters
-
id
string Required The unique identifier of the organization role.
-
organizationScopeId
string Required The unique identifier of the organization scope.
DELETE
/api/organization-roles/{id}/scopes/{organizationScopeId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/organization-roles/{id}/scopes/{organizationScopeId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"