v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
Agency Hosting: Databases

Delete Agency Plan website database

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.

delete/api/agency-hosting/v1/websites/{website_uid}/databases/{database_name}

Path parameters

website_uidstring required
Example:zpwlGlp19

Agency Plan website UID

database_namestring required
Example:my_database

Full database name as returned by the list databases endpoint.

Response

Success empty response

messagestring

Example response

{
  "message": "Request accepted"
}