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
Example request
{
"confirm": true
}Response
Tariff successfully removed from all price groups
Changes
No recorded changes to this endpoint across all 1 revision of this API.