removeAllHTTPParameters

scrapeableFile.removeAllHTTPParameters() (professional and enterprise editions only)
Description
Removes all of the HTTP parameters from the current scrapeable file. This can be useful in cases where scrapeable files are requested multiple times and parameters are added dynamically using the addHTTPParameter method.
Example
// Removes all of the HTTP parameters from the current scrapeable file.
scrapeableFile.removeAllHTTPParameters();