Delete dynamic prices in a time window.

Deletes all dynamic-price entries on a DYNAMIC tariff whose timeStart falls within [timeStartFrom, timeStartTo). The window must span between 1 and 90 days inclusive; outside that range the request is rejected with 400 BAD_REQUEST and nothing is deleted.

Returns 204 No Content on success regardless of whether any rows actually matched the window (idempotent per HTTP semantics).

Required scope: tariffs:delete

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required
Query Params
date-time
required

Inclusive lower bound for timeStart (UTC, RFC 3339)

required

Exclusive upper bound for timeStart (UTC, RFC 3339)

Responses
204

Window deleted (or already empty)

400

The tariff is not DYNAMIC, or the window is outside the 1..90 day range

404

Tariff not found or not visible to this consumer

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json