The Freshdesk API lacks endpoints to delete both canned response folders and canned responses themselves.
Also the list endpoint for canned response folders does not return all folders (it omits the empty ones). Which is a problem if we are trying to sync these things, since how can I ever find out the ID of that new folder.
So my idea is to add DELETE endpoints for both the folders and the canned responses them selves. And additionally to return empty folders to the list folders endpoint.

