Skip to main content
DELETE
/
api
/
v3
/
benchmark
/
{benchmark_id}
Delete Benchmark
curl --request DELETE \
  --url https://api.nugen.in/api/v3/benchmark/{benchmark_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "task-abc123",
  "message": "Benchmark successfully deleted"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

benchmark_id
string
required

Response

Benchmark successfully deleted