v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Compensation Benchmarking
Public API

Delete Compensation Benchmark Source

Deletes a benchmark source together with all benchmarks currently attached to it. The source id is taken from the request body. Use GET /api/v1/compensation/benchmarks/sources to look up the id of the source to delete. Returns { "result": "success" } when the source is removed.

OAuth Scopes: compensation_benchmarks.write

delete/api/v1/compensation/benchmarks/sources

Request body

idstring required

ID of the benchmark source to delete. Must be non-empty.

Response

Object containing { "result": "success" } when the source is deleted.

resultstring