delete_database
Permanently delete a database by providing server and database IDs. Irreversible action—verify database ID with list_databases first.
Instructions
DELETE a database permanently. Irreversible — verify the database_id with list_databases first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | The ID of the server | |
| database_id | Yes | The ID of the database to DELETE permanently |