deleteFolder
Description
			Permanently deletes a rundown folder and all of the rundowns in it		
		Example request
https://www.rundowncreator.com/channel4news/API.php
     ?APIKey=edharken
     &APIToken=HNe2ADG0nBTiC8Q8WiVfsxeG5ip51A
     &Action=deleteFolder
     &FolderID=3
		Example response
{
    "Success": 1
}
		Required parameters
| FolderID | integer | the unique ID of the folder to delete | 
Optional parameters
None
		Returns
| Success | boolean | true if successful, false if unsuccessful | 
Notes
Requires permissions of an administrator or higher.