cURL
curl --request DELETE \ --url https://api.eflow.team/v1/networks/labels \ --header 'X-Eflow-Api-Key: <api-key>'
{ "result": true }
Delete a label by its value.
The Everflow API key generated from the Control Center > Security.
The label to delete.
OK
Whether the operation was successful.
Was this page helpful?