Skip to content

fix: Add DELETE /idp/{idpId} to integration API#3206

Open
gmpinder wants to merge 1 commit into
fosrl:mainfrom
gmpinder:fix-idp-delete
Open

fix: Add DELETE /idp/{idpId} to integration API#3206
gmpinder wants to merge 1 commit into
fosrl:mainfrom
gmpinder:fix-idp-delete

Conversation

@gmpinder

@gmpinder gmpinder commented Jun 3, 2026

Copy link
Copy Markdown

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.

@gmpinder

Copy link
Copy Markdown
Author

Is there something I'm missing that's preventing this from being reviewed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant