Function deleteDataConnection

  • Deletes the specified data connection by ID (or by name when type=connectionname is set in query)

    Parameters

    • qID: string

      Connection ID

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

      an object with query parameters

      • OptionalspaceId?: string

        Filtering on connections by space ID

      • Optionaltype?: "connectionname"

        The connection ID in the path becomes a connection name when this query parameter is set.

    • Optionaloptions: ApiCallOptions

    Returns Promise<DeleteDataConnectionHttpResponse>

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

    DeleteDataConnectionHttpError