Parameters for the notebooksDelete operation.

interface NotebooksDeleteParams {
    headers?: OutgoingHttpHeaders;
    notebookGuid: string;
}

Properties

headers?: OutgoingHttpHeaders
notebookGuid: string

The guid of the notebook.