The article includes:
The request disconnects the device from the tower, forcing the data session to end and eventually restart if support by the SIM.
This option is available for the following service types:
- KORE 3IE CC
- KORE AT&T CC
- KORE Canada GSM 2
- KORE EE
- KORE GN
- KORE O2 CC
- KORE T-USA, KORE T-USA R, and KORE T-USA
Request URL (production) | https://prismproapi.koretelematics.com/4/TransactionalAPI.svc/json/disconnectDevice |
Request URL (sandbox) | https://prismproapi.sandbox.koretelematics.com/4/TransactionalAPI.svc/json/disconnectDevice |
Request method | Post |
Request
Field | Data type | Mandatory | Min length | Max length | Description |
deviceNumber | string | Y | 11 | 20 | The SIM number or ICCID. |
JSON request example
{
"deviceNumber" : "1234567891234567891"
}
Response
Parameter name | Data type | Min length | Max length | Description |
requestStatus | int | Request status code (if not successful). | ||
d | int | Success. |
JSON response example
{
"d": 0
}