Skip to content

Revoke a specific Bundle Assignment from an eSIM (Deprecated)

DELETE
/esims/{iccid}/bundles/{name}/applications/{assignmentId}

Revokes a single assignment of a given Bundle type. e.g. Can remove 1 month from a 1-year Bundle. Note: Bundle names are case sensitive and should be typed like the following “esim_1GB_7D_IM_U”.

Authorizations

Parameters

Path Parameters

iccid
required
string

(Required) The ICCID of the eSIM

Example
<string>
name
required
string

(Required) Name of Bundle Format as defined in List Catalogue API call. Example: esim_10GB_30D_IM_U

Example
<string>
assignmentId
required
string

(Required) ID of individual Bundle Assignment to revoke from an eSIM

Example
<string>

Query Parameters

type
string

Type validate will provide options for the revoke and the behaviours, if any. type transaction will execute the revoke. Defaults to transaction

Example
validate

Responses

200

OK

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

400

Bad Request

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

403

Forbidden

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

500

Internal Server Error

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