Remove resource scope

DELETE /api/organization-roles/{id}/resource-scopes/{scopeId}

Remove a resource scope assignment from the specified organization role.

Path parameters

  • id string Required

    The unique identifier of the organization role.

  • scopeId string Required

    The unique identifier of the scope.

Responses

  • Resource scope assignment was removed successfully.

  • Bad Request

  • Unauthorized

  • Forbidden

  • Unprocessable Content

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"