SIM Management
API Reference
Remove Alert Manager

Remove Alert Manager

This endpoint removes the specified alert manager definition from serial numbers.

NameTypeDescription
definitionIdintThe ID of the Alert Manager Definition to remove from the specified serial numbers
serialNumbersstring arrayserialNumbers of stock to remove the specified Alert Manager Definition from

Request

curl --location 'https://api.cellhire.com/api/simsubmission/RemoveAlertManager' \
  -header 'Content-Type: application/json;charset=UTF-8' \
  -header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjRBMDlENTFBMDhEOEUxMTU0OTkyODFDNDdFMjE.....' \
  --data '{
    "definitionId": 123,
    "serialNumbers": ["89440000000000000000"]
    }'