API Reference
cURL
curl --request DELETE \ --url https://api.flatpeak.com/tariffs/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Accepted" }
Permanently deletes a tariff. Will also automatically remove the tariff from tariffs property of the Location if linked.
tariffs
Authenticate with bearer you obtained from authentication endpoint.
bearer
Flatpeak tariff_id.
tariff_id
202 accepted
"Accepted"
Was this page helpful?