Skip to content

Delete Notebook

datazone_delete_notebook R Documentation

Deletes a notebook in Amazon SageMaker Unified Studio

Description

Deletes a notebook in Amazon SageMaker Unified Studio.

Usage

datazone_delete_notebook(domainIdentifier, identifier)

Arguments

domainIdentifier

[required] The identifier of the Amazon SageMaker Unified Studio domain in which the notebook exists.

identifier

[required] The identifier of the notebook to delete.

Value

An empty list.

Request syntax

svc$delete_notebook(
  domainIdentifier = "string",
  identifier = "string"
)