English
cURL
curl --request DELETE \ --url https://app.azalt.co/api/v1/benchmarks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Permanently delete a benchmark and all its associated entries.
This action cannot be undone. Any references to this benchmark in reports or dashboards will be affected.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response