_delete
Deletes given customer type
Parameters
id
The ID of the customer type
Example
FM_api('CustomerType_delete', ['id'=>'1']);
On Success
{"ok":1}
Last updated
Deletes given customer type
The ID of the customer type
FM_api('CustomerType_delete', ['id'=>'1']);
{"ok":1}
Last updated