Postgres databases
Delete database
Delete a Postgres database connection and its associated replication slot.
DELETE
Path Parameters
The database ID or name to delete
Response
Whether the deletion was successful
The ID of the deleted database
Notes
- This action cannot be undone.
- The database connection and its associated replication slot will be deleted.
- If the database has any associated sink consumers, the deletion will fail with a validation error.
- If the database has any associated WAL pipelines, the deletion will fail with a validation error.