This method deletes a recipient from a contact list. Possible results from this method are:
<?xml version='1.0'?> <request> <interface>PHP</interface> <version>0.3</version> <key>API_KEY</key> <secret>API_SECRET</secret> <method>contact-lists.delete-recipient</method> <params> <list_id>175</list_id> <mobile>6141xxxxxxx</mobile> </params> </request>
<?xml version='1.0'?> <xml> <method>contact-lists.delete-recipient</method> <total>1</total> <time>2009-12-21 23:07:05 GMT</time> <timestamp>1261436825 GMT</timestamp> <result>DELETED</result> </xml>
<?xml version='1.0'?> <request> <interface>PHP</interface> <version>0.3</version> <key>API_KEY</key> <secret>API_SECRET</secret> <method>recipient.delete-global</method> <params> <mobile>6141xxxxxx</mobile> </params> </request>
Using a URL based request system you can request this method by using the below URL - be sure to url encode all your variables!
http://burstsms.com.au/api-wrapper/contact-lists.delete-recipient?apikey=API_KEY&apisecret=API_SECRET&list_id=LIST_ID&mobile=MOBILE