Permanently delete a MySQL database user. All user permissions to databases will also be removed. Existing database connections will be closed.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example username string required No response body
https://cloud.hostup.se/api/hosting/{accountId}/database-users curl -X DELETE "https://cloud.hostup.se/api/hosting/0/database-users" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {} {
"username": "string"
}