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'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the schema to delete.
Exceptions
Personalize.Client.exceptions.InvalidInputExceptionPersonalize.Client.exceptions.ResourceNotFoundExceptionPersonalize.Client.exceptions.ResourceInUseException