API Method: DELETE member

Deletes the member.

Path:

/api/v2/members/#{user_id}.#{format}

Formats:

xml, json

HTTP Method(s):

DELETE, POST (with the added parameter _method=DELETE)

Usage examples:

$ curl -u api_token:x -X DELETE https://bigbang.jaconda.im/api/v2/members/36583.xml

Response:

XML example:

<?xml version="1.0" encoding="UTF-8"?>
<user>
  <created-at type="datetime">2011-02-25T15:49:03+05:00</created-at>
  <email>client@gmail.com</email>
  <id type="integer">36583</id>
  <jabber-id>client@gmail.com</jabber-id>
  <job-title nil="true"></job-title>
  <kind>regular</kind>
  <location nil="true"></location>
  <msn-id nil="true"></msn-id>
  <name>Michael</name>
  <phone nil="true"></phone>
  <skype-id nil="true"></skype-id>
  <twitter-id nil="true"></twitter-id>
  <updated-at type="datetime">2011-02-25T15:58:07+05:00</updated-at>
  <photo-url>https://secure.gravatar.com/avatar/12399f315adaa4c4fcdfabaafc900c7a.png?d=mm&amp;r=PG&amp;s=80</photo-url>
</user>