_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