Soft delete or permanently remove a database schema entity by UUID or fully qualified name, controlling cascade behavior and maintaining audit trails via the Collate REST API.
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 |