Notifications / Types / eSIM Deletion Scheduled
POST
ESIMDeletionScheduled
Sent when an eSIM is scheduled for deletion due to inactivity. This happens when:
- It has no active bundle
- No bundle has been applied or used in the last 180 days
You have 7 days to apply a new bundle to cancel the deletion. Otherwise, the eSIM is permanently deactivated 7 days later (see esim.deleted).
Request Body required
object
date
required
Timestamp of the event
string
2026-06-22T13:03:31Z event
required
string
Allowed values: esim.deletion_scheduled
iccid
required
Unique eSIM Identifier
string
8943108161000670038Examples
{ "date": "2026-06-22T13:03:31Z", "event": "esim.deletion_scheduled", "iccid": "8943108161000670038"}Responses
None
No response body