cURL
curl --request DELETE \ --url https://api.twitterapi.io/twitter/delete_my_x_account_v3 \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "user_name": "<string>" } '
{ "status": "<string>", "msg": "<string>" }
V3 Delete Account API - Remove your X account from the system. This will delete the account data that was logged in via user_login_v3.
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.