Delete a benchmark by its id.
DELETEhttps://localhost:8900/report/benchmark/:benchmark
Delete a benchmark by its id.
Request​
Path Parameters
benchmark stringrequired
The ID of the benchmark.
Example: aws_cis_1_5
Responses​
- 204
Empty.
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X DELETE 'https://localhost:8900/report/benchmark/:benchmark'