Unprovision
Request
curl --location 'https://api.cellhire.com/api/simSubmission' \
--header 'Content-Type: application/json;charset=UTF-8' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjRBMDlENTFBMDhEOEUxMTU0OTkyODFDN...' \
--data '{
"type":"unprovision",
"name":"test only",
"commands":[{
"commandOptions":{
"type":"unprovision",
"accountId":12345,
"networkId":200
},
"serialNumbers":[
"89440000000000000000",
…add more serial numbers here as necessary…
],
}]
}Successful Response
| Name | Type | Description |
|---|---|---|
ticketNumber | guid | Submission Id that has been created |
{ "ticketNumber": "1beeb8dd-1825-4bcd-8a62-f941aacb8d15" }