Last Updated on : 2023-06-20 14:54:08
Delete a registered special vehicle based on the license plate number and vehicle type.
Note:
- Currently, special vehicles consist of blocklist vehicles and allowlist vehicles.
- The blocklist is used to restrict the entry of outside vehicles, whereas locking a vehicle means restricting it from leaving the parking lot.
DELETE: /v1.0/parking-control/{device_id}/special-cars
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
device_id | String | uri | true | The ID of a specified device in the parking lot. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
plate_no | String | true | The license plate number. | |
type | Integer | true | The type of a special vehicle. Valid values:
|
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****/special-cars/123****
{ "plateNo": "A1***5", "type": 1 }
{ "result": { "sn": "135****" }, "t": 1652779976771, "success": true }
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback