Glossary.Delete
Deletes a glossary from the database. HTTP Operation HTTP GET URL https://www.mblast.com/api/rest/v.01/glossary.delete.aspx Parameters See the documentation for creating REST queries.
Sample Request URL: https://www.mblast.com/api/rest/v.01/glossary.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 Glossary.Delete method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<glossary>
<recordID>12345</recordID>
<term>Metropolitan Area Network</term>
<definition>
A data communication network typically covering
the geographic area of a city.
</definition>
<abbreviation>MAN</abbreviation>
<source>Network Glossary</source>
</glossary>
</response>
Errors Glossary.Delete returns the standard errors. There are no errors specific to this method. |