API v2.5 / eSIMs / Delete eSIM
DELETE /esims/{iccid}
DELETE
/esims/{iccid}
This endpoint allows you to delete a specific eSIM.
IMPORTANT: Deleting an eSIM will revoke all bundles without a refund, and will remove the eSIM from your account - you will no longer be able to access it. This process is irreversible.
Authorizations
Parameters
Path Parameters
iccid
required
string
(Required) The ICCID of the eSIM
Example
8944123456789012000
Responses
200
OK
object
status
Status message of api request
string
400
Bad Request - returned when request format is not accepted
object
message
Status of api functions which do not return data
string
403
Unauthorised - returned when the api token is invalid or the user does not have permission to query the given ICCID
object
message
Status of api functions which do not return data
string
429
Too Many Requests
object
message
Status of api functions which do not return data
string
500
Server Error
object
message
Status of api functions which do not return data
string