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.
curl --request DELETE \
--url https://app.azalt.co/api/v1/benchmarks/{id} \
--header 'Authorization: Bearer <token>'{
"success": true
}