SchemasService
Deletes the specified schema from the parent catalog. The caller must be the owner of the schema or an owner of the parent catalog.
delete/schemas/{name}
Path parameters
namestring required
Query parameters
fullNamestring
Full name of schema to delete.
Format: catalog_name.schema_name
forceboolean
Force deletion even if the schema is not empty.
Response
OK