Delete database connection
Permanently deletes a database connection and removes all associated credentials. This operation is irreversible.
Authorization: Requires environment admin permissions. Warning: This operation will remove access to the associated database. Side Effects: Removes all connection configuration and credentials.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$The unique identifier of the environment Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$The unique identifier of the connection Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$Response
Connection deleted successfully