Hi @Dan Nichols,
Using the InvokeHttp processor, there is a parameter ('Send Message Body') specifying if the content of the flow file should be sent as the body of the HTTP request.
Another option, depending of your needs, could be to use ReplaceText to remove the content of the flow file.
Hope this helps.