AnalystReport.Delete
Deletes an analyst report from the database. HTTP Operation HTTP GET URL https://www.mblast.com/api/rest/v.01/analystreport.delete.aspx Parameters See the documentation for creating REST queries.
Sample Request URL: https://www.mblast.com/api/rest/v.01/analystreport.delete.aspx?un=demo&pw=demo&recordID=12345 Response Elements Response are returned in an XML document.
Example response The following is an example of the response returned by the AnalystReport.Delete method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<analystreport>
<recordID>12345</recordID>
<title>Worldwide Hotspot Forecast</title>
<date>2006-01-08T1:00:00Z</date>
<company>5075</company>
<abstract>
This study analyzes the worldwide market for
hotspots and services.
</abstract>
<length>25</length>
<link>http://www.demosite.com/analystreport001.pdf</link>
<price>$2,500</price>
<location>San Jose, CA, United States</location>
<keywords>broadband, wifi</keywords>
</analystreport>
</response>
Errors Analyst Report.Delete returns the standard errors. There are no errors specific to this method. |