Unsend a Notification
Push Notifications
Unsend a Notification
Remove an already-delivered push notification from recipients’ devices.
POST
Unsend a Notification
Tells every device that confirmed receipt of a notification to remove it from
its notification tray, using a silent follow-up push. Only valid for
notifications with status
On failure, the response follows the shape documented in Error & success codes.
sent — one that’s scheduled was never delivered
(use Cancel a scheduled notification
instead), and failed/canceled/unsent ones have nothing left on a device
to remove.
The notification stays in your history; its status becomes unsent. This
only reaches out to the device — it never deletes anything from history.
See the API introduction to set up your base URL and private key before making requests.
Parameters
string
required
The
notificationId returned when the notification was sent.string
required
Your private key from Project Settings.
Response
201 Created