Remove Charts from Dashboard
Removes one or more charts from a dashboard’s layout. The chart records themselves are preserved in the chart library, only the dashboard configuration is updated. Authenticate with a tenant JWT or an API key.
Authorizations
Body
POST /v1/api/dashboard/remove-charts Request body
ID of the dashboard to remove charts from
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$IDs of charts to remove from the dashboard layout
1^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$Upsolve API key, generated under Account → Developer settings in the Upsolve Hub. Keys are user-scoped: pass organizationId alongside the key to select which org to act on.
1The ID of the organization. Required when using Supabase JWT authentication.
The ID of the connection a guest has access to