Skip to main content
DELETE
/
twitter
/
delete_my_x_account_v3
Remove Account Cookie V3
curl --request DELETE \
  --url https://api.aisa.one/apis/v1/twitter/delete_my_x_account_v3 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_name": "<string>"
}
'
{
  "status": "<string>",
  "msg": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
user_name
string
required

Twitter username. Must be set. The user must have been logged in via user_login_v3.

Response

200 - application/json

Delete account response

status
string

Status of the request.

msg
string

Message describing the result.