Skip to main content
DELETE
/
networks
/
labels
Delete Label
curl --request DELETE \
  --url https://api.eflow.team/v1/networks/labels \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "result": true
}

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Query Parameters

label
string
required

The label to delete.

Response

200 - application/json

OK

result
boolean

Whether the operation was successful.