Skip to main content
DELETE
/
v1
/
tariffs
/
{id}
Delete tariff
curl --request DELETE \
  --url https://api.example.com/v1/tariffs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "tariffs.tariff_not_found",
  "message": "Tariff not found"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Response

Tariff deleted successfully