Archive a plan
Plan
Archive a plan
Archives an existing plan which thereafter cannot be used to create a subscription in future. This is an irreversible operation. An archived plan has a non-null archivedAt field. Updating a plan won’t impact or modify the existing and historic attachments for this plan
POST
Archive a plan
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Returns the archived plan
Plan validity in days
Number of times the periodDays should be repeated.
Speed after allocated data is used up. The default zero means no usage allowed afterwards.
The plan-esim compatibility label
Example:
{
"id": "cvpr_hdy2da3n",
"name": "Australia region",
"label": "lambda",
"countries": [
{
"name": "Australia",
"iso2": "AU",
"iso3": "AUS",
"indicator": "A",
"operators": [
{
"name": "Telstra",
"supportedRats": ["4g", "5g"]
}
]
}
]
}