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