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

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 cap setting identifier.

Response

200 - application/json

OK

result
boolean