Skip to content

Delete Schema

personalize_delete_schema R Documentation

Deletes a schema

Description

Deletes a schema. Before deleting a schema, you must delete all datasets referencing the schema. For more information on schemas, see create_schema.

Usage

personalize_delete_schema(schemaArn)

Arguments

schemaArn

[required] The Amazon Resource Name (ARN) of the schema to delete.

Value

An empty list.

Request syntax

svc$delete_schema(
  schemaArn = "string"
)