Skip to content

Delete Schema

clouddirectory_delete_schema R Documentation

Deletes a given schema

Description

Deletes a given schema. Schemas in a development and published state can only be deleted.

Usage

clouddirectory_delete_schema(SchemaArn)

Arguments

SchemaArn

[required] The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

Value

A list with the following syntax:

list(
  SchemaArn = "string"
)

Request syntax

svc$delete_schema(
  SchemaArn = "string"
)