delete_schema

Personalize.Client.delete_schema(**kwargs)

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

See also: AWS API Documentation

Request Syntax

response = client.delete_schema(
    schemaArn='string'
)
Parameters
schemaArn (string) --

[REQUIRED]

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

Returns
None

Exceptions

  • Personalize.Client.exceptions.InvalidInputException
  • Personalize.Client.exceptions.ResourceNotFoundException
  • Personalize.Client.exceptions.ResourceInUseException