cURL
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>" }
Remove your X account cookie from the system.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Twitter username. Must be set. The user must have been logged in via user_login_v3.
Delete account response
Status of the request.
Message describing the result.