Remove resource scope
Remove a resource scope assignment from the specified organization role.
Path parameters
-
The unique identifier of the organization role.
-
The unique identifier of the scope.
DELETE /api/organization-roles/{id}/resource-scopes/{scopeId}
curl \
-X DELETE https://[tenant_id].logto.app/api/organization-roles/{id}/resource-scopes/{scopeId} \
-H "Authorization: Bearer $ACCESS_TOKEN"