Expire a subscription
Subscription
Expire a subscription
Expires a subscription thereby stopping all the services on the attached eSIM. An expired subscription has a non-null expiredAt field. This is an irreversible step meaning the same subscription cannot be activated again. Also, the corresponding eSIM cannot be used again.
POST
Expire a subscription
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Returns the up to date subscription that has the expireAt field set.
Example:
{
"name": "Australia 1GB 7d",
"dataMegaBytes": 1024,
"periodDays": 1,
"periodIterations": 7,
"throttledSpeedKbps": 128,
"label": "alpha",
"coverageProfileId": "cvpr_ybrs38es"
}Example:
{
"dataBytes": 1024,
"voiceSeconds": 60,
"smsMessages": 100
}Example:
{
"dataBytes": 1024,
"voiceSeconds": 60,
"smsMessages": 100
}Available options:
active, expired, ready