/statuses/destroy/{id}.json
POST
/statuses/destroy/{id}.json
specified by the required ID parameter. The authenticating user must be the author of the specified
status. Returns the destroyed status if successful.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.twitter.com/1.1/statuses/destroy/.json'
Response Response Example
{}
Request
Path Params
id
string
required
Responses
Modified at 2022-09-10 16:58:08