Remove a User
To remove a user from your PostgreSQL cluster, send a DELETE request. System users cannot be deleted.
Endpoint
Use the following endpoint to remove a user from your PostgreSQL cluster:
https://api.ionos.com/databases/postgresql/clusters/{clusterId}/users/{username}
Request
curl --request DELETE \
--user "clientname@ionos.com:Mb2.r5oHf-0t" \Response
The response body is empty.
Last updated
Was this helpful?