provider Dashboards DELETE /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey}
@utdk/jira /rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey}
Delete dashboard item property
Deletes a dashboard item property. This operation can be accessed anonymously. **[Permissions](#permissions) required:** The user must have edit permission of the dashboard.
dashboardId path required
The ID of the dashboard.
string
itemId path required
The ID of the dashboard item.
string
propertyKey path required
The key of the dashboard item property.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
deletedashboarditemproperty
DELETE/rest/api/3/dashboard/{dashboardId}/items/{itemId}/properties/{propertyKey}
Deletes a dashboard item property. This operation can be accessed anonymously. **[Permissions](#permissions) required:** The user must have edit permission of the dashboard.

Parameters

required

The ID of the dashboard.

required

The ID of the dashboard item.

required

The key of the dashboard item property.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.deletedashboarditemproperty()