Delete Evaluation Dashboard
Soft-delete a dashboard by setting its archived timestamp.
The dashboard row is retained and marked archived rather than physically removed, so
it stops appearing in default listings but can still be fetched with
include_archived=true; the archived dashboard is returned by this call. Associated
widgets and widget results are not deleted or detached. Returns a not-found error if
the dashboard does not exist in the caller’s account.
Authorizations
Headers
Path Parameters
Response
Successful Response
Unique identifier of the dashboard
The identity that created the entity.
The tags associated with the entity
Dashboard name
Account that owns this dashboard
When the dashboard was created
When the dashboard was last updated
"evaluation_dashboard"Dashboard description
Evaluation ID
Evaluation group ID
Ordered array of widget IDs
Error message if computation failed
When the dashboard was archived (soft-deleted)
Widgets associated with this dashboard. Populated with 'widgets' view.
Widget results for this dashboard. Populated with 'widget_results' view.

