Delete database
laravel_cloud_delete_databaseDelete a database from a database cluster by specifying the cluster ID and schema name, with explicit confirmation required to prevent accidental removal.
Instructions
Delete a database from a database cluster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Database (schema) name. | |
| confirm | Yes | Must be true to confirm this destructive operation. | |
| database | Yes | Database cluster ID. |