DELETE geotab/device/alert
Delete a geotab alert
Request Information
URI Parameters
None.
Body Parameters
A GeotabDeleteAlertRequest
GeotabDeleteAlertRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| alertId |
The id of the alert to be updated |
unsigned integer |
None. |
| serialNumber |
The serial number of the alert |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"alertId": 1,
"serialNumber": "sample string 2"
}
application/xml, text/xml
Sample:
<GeotabDeleteAlertRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AlertId>1</AlertId> <SerialNumber>sample string 2</SerialNumber> </GeotabDeleteAlertRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A 200 on success
HttpResponseMessage| Name | 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. |