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