Skip to content

Refresh eSIM

GET
/esims/{iccid}/refresh

This request is used to generate a cancel location request to the network, note this disconnects the customer from the network and should be used for troubleshooting purposes only, it should not be used to cancel location in bulk

Authorizations

Parameters

Path Parameters

iccid
required
string

(Required) The ICCID of the eSIM

Example
<string>

Responses

200

OK

object
Example
{
"message": "<string>"
}

400

Bad Request

object
Example
{
"message": "<string>"
}

403

Forbidden

object
Example
{
"message": "<string>"
}

500

Internal Server Error

object
Example
{
"message": "<string>"
}

503

Service Unavailable

object
Example
{
"message": "<string>"
}