Deletes the entire schema set, including the schema set and all of its versions
Source:R/glue_operations.R
glue_delete_schema.RdDeletes the entire schema set, including the schema set and all of its versions. To get the status of the delete operation, you can call get_schema API after the asynchronous call. Deleting a registry will deactivate all online operations for the schema, such as the get_schema_by_definition, and register_schema_version APIs.
See https://www.paws-r-sdk.com/docs/glue_delete_schema/ for full documentation.