Skip to main content
DELETE
/
networks
/
custom
/
landingpages
/
{settingId}
Delete Custom Landing Page Setting
curl --request DELETE \
  --url https://api.eflow.team/v1/networks/custom/landingpages/{settingId} \
  --header 'X-Eflow-Api-Key: <api-key>'
{
  "result": true
}
Delete a custom landing page setting by its ID. This will revert the affiliate/offer combination to using the default landing page.

Authorizations

X-Eflow-Api-Key
string
header
required

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

Path Parameters

settingId
integer
required

The custom landing page setting identifier.

Response

200 - application/json

OK

result
boolean