v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Compensation Benchmarking
Public API

Delete Compensation Benchmark

Permanently removes the compensation benchmark identified by id. The id is a numeric benchmark row identifier; non-numeric values are rejected by the handler. Valid values are returned by GET /api/v1/compensation/benchmarks/details under benchmarkValues[].id and by the create/update endpoints as savedBenchmark.id.

OAuth Scopes: compensation_benchmarks.write

delete/api/v1/compensation/benchmarks/{id}

Path parameters

idinteger required

Integer ID of the compensation benchmark to delete.

Response

Literal string "Success" indicating the benchmark was deleted.

string required