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

NameDescriptionTypeAdditional 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.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.