POST api/geofence/delete_geofence

删除单个设备的某个电子围栏

Request Information

Body Parameters

GetDeleteGeofenceModel
NameDescriptionTypeAdditional information
AccessToken

Token

string

None.

Imei

创建的电子围栏的IMEI

string

None.

GeofenceId

电子围栏的id

string

None.

Response Information

Resource Description

删除围栏是否成功

DeleteGeofenceResult
NameDescriptionTypeAdditional information
Code

提示信息

string

None.

Message

string

None.

Result

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Message": "sample string 2",
  "Result": "sample string 3"
}

application/xml, text/xml

Sample:
<DeleteGeofenceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gps.OpenApi.Models.ResponseModels">
  <Code>sample string 1</Code>
  <Message>sample string 2</Message>
  <Result>sample string 3</Result>
</DeleteGeofenceResult>