RemoveVehicleModel
Removes (deletes) an existing vehicle model. All training images and associated data are discarded.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the vehicle model to remove. | Yes |
identifier
|
The unique identifier of the vehicle model to remove. | Yes |
Example
/action=RemoveVehicleModel&database=Cars&identifier=FordFocusRS
Response
<autnresponse> <action>REMOVEVEHICLEMODEL</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>