To remove a user from your PostgreSQL cluster, send a DELETE request. System users cannot be deleted.
DELETE
Use the following endpoint to remove a user from your PostgreSQL cluster:
https://api.ionos.com/databases/postgresql/clusters/{clusterId}/users/{username}
Note: The sample UUID is 498ae72f-411f-11eb-9d07-046c59cc737e.
498ae72f-411f-11eb-9d07-046c59cc737e
curl --request DELETE \ --user "[email protected]:Mb2.r5oHf-0t" \
The response body is empty.
Last updated 8 hours ago
Was this helpful?