provider Dashboards DELETE /rest/api/3/dashboard/{id}
@utdk/jira /rest/api/3/dashboard/{id}
Delete dashboard
Deletes a dashboard. **[Permissions](#permissions) required:** None The dashboard to be deleted must be owned by the user.
id path required
The ID of the dashboard.
string

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
deletedashboard
DELETE/rest/api/3/dashboard/{id}
Deletes a dashboard. **[Permissions](#permissions) required:** None The dashboard to be deleted must be owned by the user.

Parameters

required

The ID of the dashboard.

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.deletedashboard()