SIM Management
API Reference
Remove Bundle Control

Remove Bundle Control

Allows the removal of data bundles.

Currently only available for the Orange (France) LMVNO and Orange (France) M2M networks

NameTypeDescriptionRestrictions
namestringName given by User to submissionOptional
serialNumberstring arrayserialNumbers of stock to remove bundle fromRequired

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"]
    }'