v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Price Groups

Bulk remove a tariff from all price groups

⚠️ Destructive bulk operation. Removes the specified tariff from ALL price groups within the operator's scope — both operator-owned and team-owned. This cannot be undone via the API. You must send {"confirm": true} in the request body to acknowledge the impact before the operation proceeds. Required scope: price-groups:delete </br>Organization authorization: supported

delete/api/v1/price-groups/tariffs/{tariffId}

Path parameters

tariffIdinteger required

Request body

confirmboolean required

Must be true to confirm this bulk destructive operation. Omitting this field or setting it to false will result in a 422 error.

Example request

{
  "confirm": true
}

Response

Tariff successfully removed from all price groups