delete_metric
Permanently remove a metric definition using its ID. Retrieve IDs from list_metrics before deleting.
Instructions
Delete one metric definition by its id.
Destructive and not reversible. Look up ids with list_metrics. Returns {deleted} indicating whether a matching metric was removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric_id | Yes | Id of the metric to delete (from list_metrics). |