You can access an individual status message or it’s replies using these functions. You can get the a messages url or message id out of one of the Message Feeds and access it to show or delete.
Currently the API does not support adding or removing favorites by API call, nor marking messages as spam.
URL: http://api.blellow.com/messages/{message id}.{format}
Formats: xml, json, rss
Method(s): GET
API limit: Not applicable
Returns: Status Element
Auth Required? : False
URL: http://api.blellow.com/messages/{message id}/view_descendants.{format}
Formats: xml, json, rss
Method(s): GET
API limit: Not applicable
Returns: list of Status Element
Auth Required? : False
URL: http://api.blellow.com/{username}/messages/{message id}.{format}
Formats: xml, json, rss
Method(s): DELETE
API limit: Not applicable
Returns: notice on success, error on failure.
Auth Required? : True
URL: http://api.blellow.com/{posting username}/messages.{format}
Parameters: message[body] - (the status message text)
Formats: xml, json, rss
Method(s): POST
API limit: Not applicable
Returns: Status Element
Auth Required? : True