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 } ] }
認証済み App のすべてのアクティブなストリーミング接続を終了します。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
リクエストは成功しました。
Show child attributes
1
IETF RFC 7807 (https://tools.ietf.org/html/rfc7807) で定義された HTTP Problem Details オブジェクト。