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 Location ID.

Response

202
application/json
202 accepted
message
string
Example:

"Accepted"