Disconnect a connection

Disconnects an active connection. No action is taken if the connection is already disconnected.

Path parameters

idintegerRequired
ID of the connection.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
forcebooleanOptionalDefaults to false

Disconnects an active connection in a non-embedded workspace. If the connection is already disconnected, no action is taken.

Response

Success reply
successboolean
Result of operation.
statusstring
Status of operation.

Errors