Dashboards
Delete dashboard item property
Deletes a dashboard item property.
This operation can be accessed anonymously.
Permissions required: The user must have edit permission of the dashboard.
delete/rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey}
Path parameters
dashboardIdstring required
The ID of the dashboard.
itemIdstring required
The ID of the dashboard item.
propertyKeystring required
The key of the dashboard item property.
Response
Returned if the dashboard item property is deleted.
{"stackTrail":"paths:/rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey}:delete:responses:204:content:application/json:schema","oasType":"schema","type":"unknown"}