Delete PostgreSQL User
render_delete_postgres_userDelete a PostgreSQL user from a Render Postgres instance by providing the postgres ID and username. Uses the Render API to remove credentials.
Instructions
Delete PostgreSQL User. Delete a PostgreSQL user from the Render Postgres instance with the provided ID. Calls DELETE /postgres/{postgresId}/credentials/{username} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| postgresId | Yes |