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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

Enter a gateway URL above to enable sending.

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

TypeScript

import jira from '@utdk/jira';

await jira.deletedashboard()