agency-hosting_deleteWebsiteDatabaseV1
Delete a MySQL database and its data from an Agency Plan website. Removing a database that does not exist succeeds without error.
Instructions
Permanently deletes a MySQL database and all its data from an Agency Plan website, including its users.
The operation is idempotent: deleting a database that does not exist succeeds without error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_uid | Yes | Agency Plan website UID | |
| database_name | Yes | Full database name as returned by the list databases endpoint. |