Sign in

Delete metric

documented

Remove a metric.

DELETE /metrics/{metric_id}Metricsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

These sources don’t show a publicly documented DELETE /metrics/{metric_id} endpoint for WorkBoard REST API. Public documentation (and its changelog) only reference retrieving a metric (GET) and updating a metric (PUT), including fields like update_start_date and update_end_date on the metric PUT API. Because there is no confirmed DELETE endpoint in the official docs, the following command uses the documented PUT path to update a metric instead of deleting it. If you have an internal/private endpoint for deletion, share its docs and I’ll generate the exact DELETE command. ([apidocs.myworkboard.com](https://apidocs.myworkboard.com/changelog.html))
Delete metric · WorkBoard · OpenIntegrations