From b5c6b239b16b12f799daf9bf71e2f43a1c3cf0b9 Mon Sep 17 00:00:00 2001 From: Steven Tey Date: Wed, 13 May 2026 13:28:55 -0700 Subject: [PATCH] Hide `workspaces` resource from API scopes --- apps/web/lib/api/rbac/resources.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/web/lib/api/rbac/resources.ts b/apps/web/lib/api/rbac/resources.ts index d604de5c5ca..db6531d2a11 100644 --- a/apps/web/lib/api/rbac/resources.ts +++ b/apps/web/lib/api/rbac/resources.ts @@ -27,11 +27,6 @@ export const RESOURCES: { key: "analytics", description: "Create and read analytics events", }, - { - name: "Workspaces", - key: "workspaces", - description: "Read, update, and delete workspaces", - }, { name: "Domains", key: "domains",