Skip to main content

Clear Bounce Shield threshold

Clear the Bounce Shield Monitor bounce rate threshold from a campaign, effectively disabling the Bounce Shield Monitor.

Request

Endpoint

DELETE https://api.woodpecker.co/rest/v2/campaigns/{campaign_id}/bounce_shield/threshold

Headers

x-api-key: {YOUR_API_KEY}

For details on how to authenticate your requests, please see the authentication guide.

Parameters

ParameterRequiredTypeDescription
campaign_idYesintegerCampaign ID

Request samples

Clear the threshold

curl --request DELETE \
--url "https://api.woodpecker.co/rest/v2/campaigns/{campaign_id}/bounce_shield/threshold" \
--header "x-api-key: {YOUR_API_KEY}"

Response

Response examples

The threshold has been cleared.

Status: 204
Body: none