Ability to Remove Base Connections | Community
Skip to main content
Jacob-DDdev
November 19, 2021
New

Ability to Remove Base Connections

  • November 19, 2021
  • 2 replies
  • 1097 views

Description - There is currently no way to remove a base connection for data ingestion, not even with the existing API.

Why is this feature important to you - This would add two benefits. First, it keeps the UI clean of unused or unwanted connections. Second, it would allow for better automation of AEP architecture. Any scripting to generate base connections would need to correctly create a connection of a desired name on the first try since editing isn't possible and reusing the name of a connection isn't possible.

How would you like the feature to work - Both an API that allows permenant deletion of base connections, where a name can be reused, and, when a base connection is clicked in the UI, it would have a deletion button above the details pane.

Current Behaviour - There is no way to delete a base connection permenantly through the UI or API, but using the API you can at least delete the connection even if the name cannot be reused.

2 replies

Adobe Employee
February 8, 2022

In Sources -> In Accounts, you can select an Account and press Delete button. If you have access, that should work for you?

Jacob-DDdev
February 8, 2022

Hi @siddhartha_k_go ,

This was an underlying issue with the API itself not with the UI. So there is currently the ability to delete the base connection/account, but if you were to attempt to recreate a base connection using the same exact name, it would fail and give an error claiming that the name of that connection has already been used. Whatever process the deletion request is initiating in the background isn't fully functioning as expected.