json
Sims
Clear SIM Status
Reset a SIM card’s status to Empty, effectively unassigning it from any active number or subscriber. Useful when decommissioning a SIM before reassigning it.
What this does: Returns the ICCID with a status of Empty and a success confirmation. After clearing, the SIM is unassigned and ready to be re-provisioned or reassigned to a different number.
Next steps:
- Re-provision the SIM —
POST /v1.0/numbers/provision - Assign a new status —
POST /v1.0/sims/update-status
POST
json
Body
application/json
The ICCID of the SIM card to clear
Example:
"8901240397190195850"
Response
Success — returns the SIM with Empty status
The response is of type object.