Skip to main content
DELETE
/
tariffs
/
{tariff_id}
Delete a tariff
curl --request DELETE \
  --url https://api.flatpeak.com/tariffs/{tariff_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Accepted"
}

Authorizations

Authorization
string
header
required

Authenticate with bearer you obtained from authentication endpoint.

Path Parameters

tariff_id
string
required

Flatpeak Tariff ID

Response

202 accepted

message
string
Example:

"Accepted"