WordPress: Installations
Delete WordPress installation
Delete the specified WordPress installation, with optional file and database removal. This removes all associated components including plugins, themes, staging websites and any other related data.
Provide the WordPress installation (software) identifier in the path. It can be obtained from GET /api/hosting/v1/wordpress/installations (the id field).
delete/api/hosting/v1/accounts/{username}/wordpress/{software}
Path parameters
usernamestring required
Example:u123456789
softwarestring required
Example:1232456789
WordPress installation (software) identifier
Request body
Response
Success empty response
Example response
{
"message": "Request accepted"
}