cURL
curl --request DELETE \ --url https://api.eflow.team/v1/networks/pixels/{pixelId} \ --header 'X-Eflow-Api-Key: <api-key>'
{ "result": true }
Delete a partner postback (pixel) by its ID. This action is permanent and cannot be undone. The postback will no longer fire for future conversions.
The Everflow API key generated from the Control Center > Security.
The pixel (postback) ID.
OK
Whether the deletion was successful.
Was this page helpful?