v1
latestOpenAPI 3.0.12026-07-243686491.1 MBTariff
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.<br/><br/>Returns 204 No Content on success regardless of whether any rows actually matched the window (idempotent per HTTP semantics).<br/><br/>Required scope: tariffs:delete
delete/api/v1/tariffs/{tariffId}/dynamic-prices
Path parameters
tariffIdinteger required
Query parameters
timeStartFromstring date-time required
Example:2026-01-01T00:00:00Z
Inclusive lower bound for timeStart (UTC, RFC 3339)
Example:2026-01-08T00:00:00Z
Exclusive upper bound for timeStart (UTC, RFC 3339)
Response
Window deleted (or already empty)