Details
Description
Twitter API introduced new API to destroy a direct message.
The specification is as follows:
-------------
Destroys the direct message specified in the required ID parameter. The authenticating user must be the recipient of the specified direct message.
URL: http://twitter.com/direct_messages/destroy/id.format
Formats: xml, json
Parameters:
id. Required. The ID of the direct message to destroy. Ex: http://twitter.com/direct_messages/destroy/12345.json or http://twitter.com/direct_messages/destroy/23456.xml
-------------
The specification is as follows:
-------------
Destroys the direct message specified in the required ID parameter. The authenticating user must be the recipient of the specified direct message.
URL: http://twitter.com/direct_messages/destroy/id.format
Formats: xml, json
Parameters:
id. Required. The ID of the direct message to destroy. Ex: http://twitter.com/direct_messages/destroy/12345.json or http://twitter.com/direct_messages/destroy/23456.xml
-------------