Delete a database schema by ID or name, with soft/hard delete options
false, the schema is soft-deleted and can be restored.DELETE /v1/databaseSchemas/name/{fqn} to delete by fully qualified name.
snowflake_prod.analytics.public).PUT /v1/databaseSchemas/restore to restore a soft-deleted schema.
deleted: true. Hard delete returns no content (204). Restore returns the restored schema object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this schema |
404 | NOT_FOUND | Schema with given ID or FQN does not exist |