Uninstall WordPress CLI
Uninstalls the WordPress CLI
DELETE api/servers/{server}/uninstall/wp-cli
Example request:
curl -X DELETE "https://ploi.io/api/servers/{server}/uninstall/wp-cli" \
-H "Authorization: Bearer {token}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Example response:
HTTP/1.1 200 OK
Content-Type: application/json
{
"status": "ok",
"message": "WordPress CLI is being uninstalled."
}