• Overview View our development partners
  • APIs Easily interface with mBLAST's database
    • ATOM/RSS Submit your data without web services programming
    • Web Services Easily interface with mBLAST's database
      • API Activation Form
      • Analyst Reports
      • Articles
      • Books
      • Companies
      • Events
      • Glossaries
      • People
        • Person.Search
        • Person.Get
        • Person.Add
        • Person.Update
        • Person.Delete
      • Press Releases
      • Products
      • Publications
      • Venues
      • White Papers
  • Applications Create dynamic functionality on your website

Person.Delete

Deletes a person from the database.

HTTP Operation

HTTP GET

URL

https://www.mblast.com/api/rest/v.01/person.delete.aspx

Parameters

See the documentation for creating REST queries.

ParameterData typeDescription
apiapi (required)mBLAST API assigned to developer.
recordIDinteger (required)The recordID assigned to the person.

Sample Request URL: https://www.mblast.com/api/rest/v.01/person.delete.aspx?un=demo&pw=demo&recordID=12345

Response Elements

Response are returned in an XML document.

FieldDescription
responseContains the query response.
personContains the individual person information.
recordIDThe recordID assigned to the person.
firstnameThe person's first name.
middlenameThe person's middle name or initial.
lastnameThe person's last name.
companyThe company ID of the company that employs the person.
jobtitleThe current job title for the person.
emailThe email address for the person.
address1The first address line for the person's address.
address2The second address line for the person's address.
cityThe city for the person's address.
stateprovinceThe state or province for the person's address.
postalcodeThe postal code for the person's address.
countryThe country for the person's address
phoneThe phone number for the person.
faxThe fax number for the person.
mobileThe cell phone or mobile phone number for the person.
pagerThe pager number for the person.
bioThe textual biography for the person, usually used as speaker introduction or meeting background material.
imagelinkA URL pointing to a picture of the person.
keywordsKeywords associated with the person, separated by commas.

Example response

The following is an example of the response returned by the Person.Delete method.

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <person>
    <recordID>12345</recordID>
    <firstname>Danny</firstname>
    <lastname>Briere</lastname>
    <company>12345</company>
    <jobtitle>Chief Executive Officer</jobtitle>
    <email>dbriere@telechoice.com</email>
    <address1>803 Warrenville Road</address1>
    <city>Mansfield Center</city>
    <stateprovince>CT</stateprovince>
    <postalcode>06250</postalcode>
    <country>USA</country>
    <phone>+1 (860) 429-0100</phone>
    <fax>+1 (860) 429-0200</fax>
    <mobile>+1 (860) 614-3403</mobile>
    <bio>
      Danny Briere is one of the original modern-day 
      telecom strategists... 
    </bio>
  </person>
</response>

Errors

Person.Delete returns the standard errors. There are no errors specific to this method.

Home | Terms and Conditions | Privacy Policy | FAQ | About Us | Contact Us © 2000-2008 Media & Marketing Solutions, Inc.