Delete PostgreSQL User
render_delete_postgres_userDelete a PostgreSQL user from a Render Postgres instance by providing the instance ID and username. Removes database access credentials via the Render API.
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 |