The syntax you're using is not correct, this information is available in the help file.
Example to delete a single file:
flashfxp.exe "\alpha\omega" -delete="\path\to\file.ext"
Example to delete a folder and all sub-folders within it:
flashfxp.exe "\alpha\omega" -delete="\path\to\delete\"
|