Delete FTP account

Permanently delete an FTP account. The user will no longer be able to log in. Files accessible by the account are not affected.

Path Parameters

accountId integer · min: 1 required

accountId parameter

Headers

Accept Example
Content-Type Example

Body

required
application/json
user string required

Responses

200 Successful response

No response body

DELETE https://cloud.hostup.se/api/hosting/{accountId}/ftp-accounts
For AI assistants
cURL
curl -X DELETE "https://cloud.hostup.se/api/hosting/0/ftp-accounts" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
Response
{}
Request Body
{
  "user": "string"
}