DELETE /api/v3/dashboard/{dashboardId}

Deletes a dashboard and all its widgets.

DeleteDashboardV3 Permissions: DashboardAndMapsModule (View)
Use this endpoint to permanently remove a dashboard. Requires ownership or DashboardAdministrator Manage permission.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
dashboardId Unique numeric identifier of the dashboard to delete integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.