WhitePaper.Delete
Deletes a white paper from the database. HTTP Operation HTTP GET URL https://www.mblast.com/api/rest/v.01/whitepaper.delete.aspx Parameters See the documentation for creating REST queries.
Sample Request URL: https://www.mblast.com/api/rest/v.01/whitepaper.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 WhitePaper.Delete method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<whitepaper>
<recordID>12345</recordID>
<title>
Asynchronous Transfer Mode (ATM) Passive Optical
Networks (PONs)
</title>
<date>2006-02-17T1:00:00Z</date>
<abstract>
This tutorial discusses the economics, operator
and customer benefits, and technological
development of optical distribution networks with
asynchronous transfer mode passive optical
networks (ATM PONs). ATM–PON infrastructure is
widely cited by telecommunications carriers and
equipment vendors as potentially the most
effective broadband access platform for
provisioning advanced multimedia services as well
as legacy services such as tier 1 (T1). Since
1995, an influential group of worldwide carriers
and equipment vendors has been developing
requirement specifications for a full-service
access network with ATM PON as the core
technology.
</abstract>
<company>12345</company>
<length>10</length>
<link>http://www.whitepapers.com/12345.html</link>
<keywords>
atm, pon, asynchronous transfer mode, passive
optical network
</keywords>
</whitepaper>
</response>
Errors White Paper.Delete returns the standard errors. There are no errors specific to this method. |