Skip to main content
Monitoring & Collection/Grafana Dashboards
DELETEGrafanaSince 1.0SynchronousAuth Required

SoftDeleteDashboard

Soft-delete a dashboard (marks as deleted, retains data for restore)

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Path Parameters

Query Parameters

Request Inputs

Path Parameters

  • idStringRequired

    UUID of the dashboard to soft-delete

Query Parameters

  • tenantIdString

    UUID of the tenant owning the dashboard UUID of the tenant owning the dashboard

Responses

DELETE endpoints return an empty object on success, or a standard error structure on failure.

Success Response

{}

Error Response

{
  "error": {
    "code": "SYS.1001",
    "description": "A message or a operation timeout",
    "details": "Delete resource timeout after 300s"
  }
}

Endpoint

DELETE/api/v1/monitoring/dashboards/{id}

/api/v1/monitoring/dashboards/{id}

Operation ID

SoftDeleteDashboard

Permalink

Request Example

curl -X DELETE '{host}/api/v1/monitoring/dashboards/{id}' -H 'Authorization: Bearer {token}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history