Sign in

Stop message

documented

Stop delivery of a message by API message ID (apimsgid) or internal IDs.

SMS HTTP/S APIno 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.clickatell.com/http/delmsg" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: text/plain, application/json" \
  -d 'user={{CLICKATELL_USERNAME}}&password={{CLICKATELL_PASSWORD}}&api_id={{CLICKATELL_API_ID}}&apimsgid={{$apimsgid}}'