Sign in

Cancel SMS campaign

documented

Cancel a waiting or scheduled SMS campaign.

DELETE /v1/public/sms-campaign/cancelSMS Campaignsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.octopush.com/v1/public/sms-campaign-on-list/cancel" \
  -X DELETE \
  -H "Content-Type: application/json" \
  -H "api-login: {{OCTOPUSH_API_LOGIN}}" \
  -H "api-key: {{OCTOPUSH_API_KEY}}" \
  -H "Accept: application/json" \
  -H "cache-control: no-cache" \
  -d '{"ticket_number": "{{$ticket_number}}"}'