cURL
curl --request DELETE \ --url https://api.eflow.team/v1/networks/trafficcontrols/{controlId} \ --header 'X-Eflow-Api-Key: <api-key>'
{ "success": true }
Delete an existing traffic control.
The Everflow API key generated from the Control Center > Security.
The unique traffic control ID to delete.
OK
Whether the deletion was successful.
Was this page helpful?