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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The request has succeeded.
The response is of type object.
object