cURL
curl --request DELETE \ --url https://api.atla-ai.com/v1/metrics/{metric_id} \ --header 'Authorization: Bearer <token>'
{ "request_id": "123e4567-e89b-12d3-a456-426614174000", "status": "success" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the metric to delete.
Successful Response
A response indicating successful metric deletion.