Remove Bundle Control
Allows the removal of data bundles.
Currently only available for the Orange (France) LMVNO and Orange (France) M2M networks
Name | Type | Description | Restrictions |
---|---|---|---|
name | string | Name given by User to submission | Optional |
serialNumber | string array | serialNumbers of stock to remove bundle from | Required |
Request
curl --location 'https://api.cellhire.com/api/simsubmission/RemoveBundleControl' \
-header 'Content-Type: application/json;charset=UTF-8' \
-header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjRBMDlENTFBMDhEOEUxMTU0OTkyODFDNDdFMjE.....' \
--data '{
"name":"Submission Name",
"serialNumbers":["01234567890"]
}'