Remove a WordPress installation. Optionally removes files, database, and database user.
accountId integer · min: 1 required Example Unique account identifier
Accept Example Content-Type Example installationId string required removeFiles boolean removeDatabase boolean removeDatabaseUser boolean success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string details array https://cloud.hostup.se/api/hosting/{accountId}/wordpress/uninstall curl -X POST "https://cloud.hostup.se/api/hosting/17649/wordpress/uninstall" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"installationId": "string",
"removeFiles": true,
"removeDatabase": true,
"removeDatabaseUser": true
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"accountId": "string",
"cpanelUsername": "string",
"installationId": "string",
"removed": true
}
} {
"installationId": "string",
"removeFiles": true,
"removeDatabase": true,
"removeDatabaseUser": true
}