• Use this operation to delete a data connection by its unique identifier. To delete a connection by name instead of ID, set the type query parameter to connectionname. This action cannot be undone.

    Parameters

    • qID: string

      The unique identifier of the connection.

    • query: { spaceId?: string; type?: "connectionname" }

      an object with query parameters

      • OptionalspaceId?: string

        Filter connections by space ID.

      • Optionaltype?: "connectionname"
    • Optionaloptions: ApiCallOptions

    Returns Promise<dataConnections.DeleteDataConnectionHttpResponse>

    deleteDataConnection(
    "82ee7b44-0c4d-491b-bd38-82640c0430a5",
    {
    type: "connectionname",
    spaceId: "611bcebaeec1203d88211ac4"
    }
    )

    DeleteDataConnectionHttpError