RemoveVehicleModelMetadata
Removes custom metadata (a key-value pair) from a vehicle model.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the vehicle model. | Yes |
identifier
|
The identifier of the vehicle model that you want to remove metadata from. | Yes |
key
|
The name of the key for the key-value pair to remove. | Yes |
Example
/action=RemoveVehicleModelMetadata&database=Cars &identifier=FordFocusRS &key=generation
Response
<autnresponse> <action>REMOVEVEHICLEMODELMETADATA</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>