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 객체