Azure Logic Apps - How to delete Service Provider Connection

Graves, Anthony 20 Reputation points
2024-08-12T23:12:01.0066667+00:00

Does anyone know how to delete something stored as a "Service Provider Connection" as opposed to an "API Connection"?

I have a logic app that drops files on an SFTP server, and initially it was set up using the deprecated "SFTP" connection, and when you store connection and login details it stores this under "Service Provider Connections" in the Connections section.

Now that we've switched to the newer "SFTP - SSH" connector, they're stored under API Connections. Unfortunately the SFTP userid and password are visible in plain text on under Service Provider Connections, and I can't find any way to remove this, no longer needed config setting.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,390 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 109.8K Reputation points
    2024-08-13T00:37:37.84+00:00

    Hi Anthony,

    You may click on the JSON View tab, select all and Copy/Paste into Notepad for backup purposes, select the SFTP Service Provider Connection json and press Delete, then click Save.

    Below is example of selecting just the SFTP Server Provider Connection, right before pressing Delete key:

    qna logic app json view select spc sftp

    Please click Accept Answer and upvote if the above was helpful.

    Thanks.

    -TP

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.