The article includes:
Deactivate a single active or barred KORE device and receive a confirmation email.
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/deactivateDeviceWithEmailAlert |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/deactivateDeviceWithEmailAlert |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
deviceNumber | string | Y | 11 | 20 | The SIM number or ICCID. |
flagScrap | string | Y | True. | ||
string | Y | 50 | Email address to send confirmation to. |
JSON request example
{
"deviceNumber":"12345678912345678912",
"flagScrap":"true",
"email":"demo@korewireless.com"
}
Response
Parameter name | Data type | Min length | Max length | Description |
requestStatus | int | Request status code | ||
trackingNumber | string | 7 | 50 | tracking number |
JSON response example
{
"d": {
"__type": "ProvisioningRequestTracking:https://PRiSMProAPI.koretelematics.com/types",
"requestStatus": 0,
"trackingNumber": "1234567891"
}
}