[PR #3206] fix: Add DELETE /idp/{idpId} to integration API #34667

Open
opened 2026-06-17 04:17:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/3206
Author: @gmpinder
Created: 6/3/2026
Status: 🔄 Open

Base: mainHead: fix-idp-delete


📝 Commits (1)

  • 44c16d6 fix: Add DELETE /idp/{idpId} to integration API

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 server/routers/integration.ts (+7 -1)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

The DELETE api endpoint for global IDPs was not available in the integration API. When I would try to delete one from the Swagger UI, I would receive a 404. This change adds it to the integration API.

How to test?

  1. Ensure that the integration API is turned on.
  2. Create a global IDP either through the UI or swagger.
  3. Take note of the IDP ID.
  4. Use Swagger to delete the global IDP with the ID retrieved in the last step.
  5. The IDP should be deleted and the API endpoint returns a 200.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fosrl/pangolin/pull/3206 **Author:** [@gmpinder](https://github.com/gmpinder) **Created:** 6/3/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix-idp-delete` --- ### 📝 Commits (1) - [`44c16d6`](https://github.com/fosrl/pangolin/commit/44c16d69af484377d1772657e20e5b60bca6c077) fix: Add DELETE /idp/{idpId} to integration API ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/routers/integration.ts` (+7 -1) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description The `DELETE` api endpoint for global IDPs was not available in the integration API. When I would try to delete one from the Swagger UI, I would receive a 404. This change adds it to the integration API. ## How to test? 1. Ensure that the integration API is turned on. 2. Create a global IDP either through the UI or swagger. 3. Take note of the IDP ID. 4. Use Swagger to delete the global IDP with the ID retrieved in the last step. 5. The IDP should be deleted and the API endpoint returns a 200. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-17 04:17:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#34667