---
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

---

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