cURL
curl --request DELETE \ --url https://api.x.com/2/connections/all \ --header 'Authorization: Bearer <token>'
{ "data": { "killed_connections": true }, "errors": [ { "detail": "<string>", "status": 123, "title": "<string>", "type": "<string>" } ] }
Terminates all active streaming connections for the authenticated application.
Show child attributes
1