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

Changes

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