Revokes a MySQL user's privileges to a database.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example username string required database string required No response body
https://cloud.hostup.se/api/hosting/{accountId}/database-users/privileges curl -X DELETE "https://cloud.hostup.se/api/hosting/0/database-users/privileges" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {} {
"username": "string",
"database": "string"
}