Open Context Protocol is live! 🚀 Read the launch post
deleteDashboardItemProperty

deleteDashboardItemProperty

Delete dashboard item property

DELETE /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey} HTTP/1.1

Parameters

{
  "dashboardId": {
    "description": "The ID of the dashboard.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "itemId": {
    "description": "The ID of the dashboard item.",
    "required": true,
    "location": "path",
    "type": "string"
  },
  "propertyKey": {
    "description": "The key of the dashboard item property.",
    "required": true,
    "location": "path",
    "type": "string"
  }
}

Response Schema

{}