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
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter the token obtained from the Authentication endpoint
Body
application/json
The ICCID of the SIM card to clear
Example:
"8901240397190195850"
Response
200 - application/json
Success — returns the SIM with Empty status
The response is of type object.