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

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

controlId
integer
required

The unique traffic control ID to delete.

Response

200 - application/json

OK

success
boolean

Whether the deletion was successful.