_delete
Deletes a specified instruction for importing Customer Emails.
Parameters
id
The ID of the instruction to be deleted.
Example
FM_api('ImportCustomersEmail_delete',[
'id'=>'16750'
]
);
Result
"id" is equal to the parameter by the same name, "owner_id" is the ID of the User who runs this function.
The "id" in the result has a value of 0 if the "id" parameter is not set.
"delete from import_filters where id=30169 and owner_id=92447"
Last updated