Skip to content

Delete Studio

emr_delete_studio R Documentation

Removes an Amazon EMR Studio from the Studio metadata store

Description

Removes an Amazon EMR Studio from the Studio metadata store.

Usage

emr_delete_studio(StudioId)

Arguments

StudioId

[required] The ID of the Amazon EMR Studio.

Value

An empty list.

Request syntax

svc$delete_studio(
  StudioId = "string"
)