API Gateway WebSocket Connection Service, gRPC: ConnectionService.Disconnect
Статья создана
Обновлена 17 октября 2024 г.
Disconnects the specified connection.
gRPC request
rpc Disconnect (DisconnectRequest) returns (DisconnectResponse)
DisconnectRequest
{
"connectionId": "string"
}
Field |
Description |
connectionId |
string Required field. ID of the connection to disconnect. |
DisconnectResponse
{}
Field |
Description |
Empty |