PUT api/Units/Terminate?serialNumber={serialNumber}
Terminates a specific unit. WARNING: This deactivates the unit's SIM card at the SIM provider and cannot be undone. The unit will not be able to be turned back on after this.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
serialNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Terminates a specific unit. WARNING: This deactivates the unit's SIM card at the SIM provider and cannot be undone. The unit will not be able to be turned back on after this.
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |