Deletes an Opportunity.
The ID of the Opportunity to be deleted.
FM_api('Opportunity_delete',[ 'id'=>'60056' ]);
{"ok":1}
If the "id" parameter is not set:
{"error":"missing or invalid parameter: id"}
Last updated 2 years ago