Cancel Notification
PUT /notification/cancel
The cancel Notification endpoint allows updating the status of a notification to ‘cancelled’. Canceling by Track Entitiy ID, we will cancel all the clientId events. Canceling by event ID, we will cancel a single event.
...
Cancelled
Sent
Scheduled
Error
Unsent
Upon successful cancellation, a confirmation response will be returned. If the operation encounters an issue or the notification cannot be canceled, appropriate error messages will be provided.
...