X Write

Delete tweet

delete/x/tweets/{id}

Path parameters

idstring required

Tweet ID to delete

Request body

accountstring required

X account identifier (@username or account ID)

Example request

{
  "account": "@elonmusk"
}

Response

Success

successtrue required

Example response

{
  "success": true
}

Changes