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

Changes

No recorded changes to this endpoint across all 1 revision of this API.