delete_dashboard
Delete a Dynatrace dashboard by ID, moving it to trash for up to 30 days. Requires the current document version for optimistic locking.
Instructions
Delete (trash) a dashboard by id (WRITE). Optimistic locking: you must supply the current document version. The document is moved to the trash (restorable for 30 days). Requires DT_ENABLE_WRITES=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Dashboard document id. | |
| version | Yes | Current document version for optimistic locking (required by the spec). |