Permanently delete an FTP account. The user will no longer be able to log in. Files accessible by the account are not affected.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example user string required No response body
https://cloud.hostup.se/api/hosting/{accountId}/ftp-accounts curl -X DELETE "https://cloud.hostup.se/api/hosting/0/ftp-accounts" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {} {
"user": "string"
}