Deletes a single benchmark value with automatic date gap prevention
Use this endpoint to remove a single benchmark value from a place’s benchmark history.
The preceding record’s end date is automatically adjusted to prevent gaps.
Triggers recalculation of bill aggregations and user-defined auto group membership.
Request Headers
| Header | Value | Required | Description |
|---|---|---|---|
| ECI-ApiKey | string | Yes | Your API key. See Authentication. |
| Content-Type | application/json | Yes | All requests must specify JSON content type. |
Path Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| benchmarkIndicator | Benchmark slot identifier (1, 2, or 3) | integer (int32) | Required |
| placeId | Unique numeric identifier of the place | integer (int32) | Required |
| placeBenchmarkId | Unique numeric identifier of the benchmark value record to delete | integer (int32) | Required |
Responses
204
No Content
The request succeeded. No content is returned in the response body.