Search code examples
phptwitter

DELETE tweet in twitter using twitter API


I know ,

Posting twit into twitter using API ,

But is it possible to delete posted tweet using api ,

Please advise me ,

Thanks


Solution

  • You can use statuses/destroy. You didn't say which PHP library you're using, but it should have a wrapper for this. For instance, with twitterlibphp, it's destroyStatus.