Sign in

Cancel receipt

documented

Cancel retries for an emergency-priority message identified by its receipt.

POST /receipts/{receipt}/cancel.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/{{$receipt}}/cancel.json" \\\n  -X POST \\\n  -H "Content-Type: application/x-www-form-urlencoded" \\\n  -H "Accept: application/json" \\\n  -d "token={{PUSHOVER_API_KEY}}"