cURL
curl --request DELETE \ --url https://app.dimred.com/api/v1/metrics/{id} \ --header 'x-api-key: <api-key>'
{ "success": true }
Deletes a metric. Prevents deletion if the metric is in use by active workflows.
API key for authentication. Obtain from your DimRed dashboard. The organization context is automatically derived from the API key.
Metric identifier
Metric deleted successfully
Operation success status
Was this page helpful?