Skip to main content
DELETE
/
networks
/
trafficsource
/
{trafficSourceId}
Delete Traffic Source
curl --request DELETE \
  --url https://api.eflow.team/v1/networks/trafficsource/{trafficSourceId} \
  --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.

Path Parameters

trafficSourceId
integer
required

The ID of the traffic source to delete.

Response

200 - application/json

OK

result
boolean

Whether the deletion was successful.