Sign in

Cancel receipts by tag

documented

Cancel all active emergency-priority messages sharing the given tag.

POST /receipts/cancel_by_tag/{tag}.jsonReceiptsno 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.pushover.net/1/receipts/cancel_by_tag/{{$tag}}.json' \
  -X POST \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -d '{"token": "{{PUSHOVER_API_KEY}}"}'