eSimSmart Remove Bundle
Request
curl --location 'https://api.cellhire.com/api/simSubmission' \
--header 'Content-Type: application/json;charset=UTF-8' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjRBMDlENTFBMDhEOEUxMTU0OTkyODFDN...' \
--data '{
"type": "esimsmart-remove-bundle",
"name": "",
"commands": [
{
"serialNumbers": [
"01234567890"
],
"commandOptions": {
"type": "esimsmart-remove-bundle"
}
}
]
}