DELETE
/
tariffs
/
elements
/
{id}
curl --request DELETE \
  --url https://api.flatpeak.com/tariffs/elements/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Accepted"
}

Authorizations

Authorization
string
header
required

Authenticate with bearer_token you obtained from /login endpoint.

Path Parameters

id
string
required

FlatPeak tariff_id.

Response

202
application/json

202 accepted

The response is of type object.