# Cancel a follow-up campaign

# HTTP method: POST

https://api.sender.net/v2/campaigns/{id}/cancel_followup

Cancel the automatic follow-up to this campaign, if it is enabled.

id string required

Campaign ID

Code snippets

Response example

{
  "success": true,
  "message": "Campaign auto followup canceled"
}