agency-hosting_deleteAgencyPlanWebsiteDatabaseV1
Permanently remove a MySQL database and all associated data from an Agency Plan website. The operation is idempotent, so deleting a database that doesn't exist returns success.
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. |