_delete
Deletes the specified Vehicle.
Parameters
id
The ID of the Vehicle to be deleted.
Example
FM_api('Vehicle_delete', ['id' => '123']);
Result
On Success
{'ok':1}
Last updated
Deletes the specified Vehicle.
The ID of the Vehicle to be deleted.
FM_api('Vehicle_delete', ['id' => '123']);
{'ok':1}
Last updated