Delete an Organization's Custom Dashboard
DELETE /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/
Delete an organization's custom dashboard, or tombstone a pre-built dashboard which effectively deletes it.
Path Parameters
organization_id_or_slug
(string)REQUIREDThe ID or slug of the organization the resource belongs to.
dashboard_id
(integer)REQUIREDThe ID of the dashboard you'd like to retrieve.
Scopes
You need to authenticate via bearer auth token.
<auth_token>
requires one of the following scopes:org:admin
org:read
org:write
curl https://sentry.io/api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/ \ -H 'Authorization: Bearer <auth_token>' \ -X DELETE
RESPONSE
No Content.