Skip to main content
DELETE
Delete Dashboard

Delete Dashboard

Delete a dashboard permanently. Only the organization that owns the associated project can delete the dashboard.
This permanently removes the dashboard and all its widgets and layout configurations. This action cannot be undone.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the dashboard to deleteExample: "550e8400-e29b-41d4-a716-446655440000"

Response

Returns HTTP 204 No Content on success.

Example

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The user is not a member of the organization, or your organization is not the owner of this dashboard’s project

404 Not Found

Cause: Dashboard does not exist

List Dashboards

View all dashboards

Create Dashboard

Create a new dashboard