Skip to main content
Monitoring & Collection/Grafana Dashboards

ReleaseDashboardLock

Release a previously acquired dashboard edit lock

DELETE/api/v1/monitoring/dashboards/{dashboardId}/lock/{lockId}

Operation ID

ReleaseDashboardLock

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • dashboardId
    StringRequired

    UUID of the dashboard to release the lock from

  • lockId
    StringRequired

    UUID of the lock to release

Query Parameters

  • force
    Boolean

    Whether to force-release a lock held by another user Whether to force-release a lock held by another user

    Example: true

Responses

200 OK

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"
  }
}