Saltar al contenido principal
DELETE
/
2
/
connections
/
all
Finalizar todas las conexiones
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
    }
  ]
}

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

La solicitud se completó correctamente.

data
object
errors
object[]
Minimum array length: 1

Un objeto HTTP Problem Details, tal como se define en el IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).