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"
}
}
]
}
Successful Response
| Name | Type | Description |
|---|---|---|
ticketNumber | guid | Submission Id that has been created |
{ "ticketNumber": "1beeb8dd-1825-4bcd-8a62-f941aacb8d15" }