Removes a Notification Type.
The ID of the Notification Type you wish to delete.
FM_api('NotificationType_deleteData',[ 'id'=>'12345' ] );
{"ok":1}
If the "id" parameter is not set:
{"error":"missing or invalid filter"}
Last updated 2 months ago