Skip to main content
DELETE
/
networks
/
pixels
/
{pixelId}
Delete Partner Postback
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.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Path Parameters

pixelId
integer
required

The pixel (postback) ID.

Response

200 - application/json
result
boolean

Whether the deletion was successful.