Delete an existing metric

Permanently deletes an existing metric.

DELETE https://telemetry.betterstack.com/api/v2/sources/{source_id}/metrics/{id}

URL parameters

source_id
required integer
id
required string

Headers

Authorization
required string
204
404

Response body

{
  "errors": "Resource with provided ID was not found"
}