Last Updated on : 2023-06-20 14:54:09
Remove the information about a visitor vehicle based on the visitor vehicle ID.
DELETE: /v1.0/parking-control/{device_id}/visitor-cars/{visitor_car_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of a specified device in the parking lot. |
visitor_car_id | String | uri | true | The ID of a specified visitor vehicle. |
plate_no | String | query | true | The license plate number of a specified visitor vehicle. |
Parameter name | Type | Description |
---|---|---|
result | CmdIssueResultResponse | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
sn | String | The command record ID. |
DELETE: /v1.0/parking-control/6ce****/visitor-cars/123****
{
"result": {
"sn": "135****"
},
"t": 1652779976771,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback