メインコンテンツへスキップ
DELETE
/
2
/
connections
/
all
すべての接続を終了
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
    }
  ]
}

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

レスポンス

リクエストは成功しました。

data
object
errors
object[]
Minimum array length: 1

IETF RFC 7807 (https://tools.ietf.org/html/rfc7807) で定義された HTTP Problem Details オブジェクト。