Remove account
This endpoint removes the vPanel user account associated with the provided information.
HTTP Endpoint
POST https://panel.myownfreehost.net/json-api/removeacct.php
Usage
⚠️
You will first have to use the suspend endpoint to suspend the account before you can remove it.
curl -X POST -u username:password -d "user=example" "https://panel.myownfreehost.net/json-api/removeacct.php"
Response
💡
The above request returns JSON structured like the following:
{
"result": [
{
"statusmsg": "username account removed",
"rawout": "username queued for removal",
"status": 1
}
]
}