Delete multiple selected Customers.
An array of the ids of the Customers to be deleted
=FM_api( 'Customers_delete',[ 'ids' => '[653150,653151]' ] );
{"ok":1}
If there is no "ids" parameter:
If the "ids" value is not in an array format:
Last updated 3 years ago
{"error":"missing parameter: ids"}
{"error":"invalid parameter: ids"}