Engine

Covers Engine 2.0.0

dartwic-share/disconnect

Disconnects a DARTWIC Share node.

  • Category: RAPID Share

Request payload

FieldTypeRequirementDescription
node_namestringOptionalConnected node name. Supply this or an endpoint identifier.
idstringOptionalConnection identifier, normally host:port, used when node_name is unavailable.
hoststringOptionalRemote host used with base_port or port to identify the connection.
base_portintegerOptionalRemote base port used with host.
portintegerOptionalAlias for base_port.
forgetbooleanOptionalRemove the saved connection as well as disconnecting; defaults to false.

Response payload

FieldTypeDescription
removedbooleanWhether a matching active connection was removed.
node_namestringName of the disconnected node when a connection was found.