Event.Delete
Deletes an event from the database. HTTP Operation HTTP GET URL https://www.mblast.com/api/rest/v.01/event.delete.aspx Parameters See the documentation for creating REST queries.
Sample Request URL: https://www.mblast.com/api/rest/v.01/event.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 Event.Delete method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<event>
<recordID>12345</recordID>
<name>Optical Network and Wave Division Multiplexing</name>
<subtitle>Technology and application</subtitle>
<description>
Master the technology and application of optical
networks and Wave Division Multiplexing (WDM).
</description>
<link>http://www.bcr.com/seminars/courseinfo/opt.asp</link>
<type>Conference</type>
<organizer>5075</organizer>
<startdate>2006-01-08T1:00:00Z</startdate>
<enddate>2006-01-09T1:00:00Z</enddate>
<keywords>
optical network, wave division multiplexing, wdm
</keywords>
</event>
</response>
Errors Event.Delete returns the standard errors. There are no errors specific to this method. |