---
title: "Remove an IdP group from the catalog"
method: DELETE
path: "/orgs/{orgId}/idp-groups/{groupId}"
tags: ["orgs"]
---

# Remove an IdP group from the catalog

`DELETE /orgs/{orgId}/idp-groups/{groupId}`

Removes a manually-entered group from the catalog. SCIM-managed groups cannot be deleted via this endpoint.

## Path parameters

- `orgId` integer, required
- `groupId` integer, required

## Response `204`

Group entry deleted

## Other responses

- `403` — Operation not allowed
- `404` — Feature not enabled or group not found
- `409` — Cannot delete SCIM-managed group

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-07-09** `aa8544683897` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/orgs/:orgId/idp-groups/:groupId/delete.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
