cURL
curl --request DELETE \ --url https://api.eflow.team/v1/networks/affiliates/{affiliateId}/trackingdomains/{affiliateTrackingDomainId} \ --header 'X-Eflow-Api-Key: <api-key>'
{ "result": true }
Remove a tracking domain assignment from an affiliate.
The Everflow API key generated from the Control Center > Security.
The unique affiliate ID.
The unique affiliate tracking domain ID.
OK
Whether the deletion was successful.
Was this page helpful?