Deleting an External Connection
Delete external connections using the Console, CLI, or API.
Before deleting an external connection, all the build stages using the connection must be deleted.
For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.
- Open the navigation menu and click Developer Services. Under DevOps, click Projects.
- Select a project and from the left-side menu, click External Connections.
- Select an external connection that you want to delete and click Delete.
- In the Remove external connection dialog box, click Yes, remove external connection.
To delete an external connection, run the
delete
command:oci devops connection delete --connection-id
To get all the commands for
connection
:oci devops connection -h
To delete an external connection, use the
DeleteConnection
operation.