---
title: "deleteSchemaGroup"
method: DELETE
path: "/v1/entity/schemas/group/{composite_id}"
tags: ["Schemas"]
---

# deleteSchemaGroup

`DELETE /v1/entity/schemas/group/{composite_id}`

Deletes a Capability from a schema

## Path parameters

- `composite_id` string, required

## Response `200`

Success

- EntitySchemaGroupWithCompositeID — a readonly computed ID for the group including schema slug and the group ID
  - `label` string, required
  - `id` string
  - `order` integer — Render order of the group
  - `expanded` boolean — Expanded by default
  - `render_condition` string — Only render group when render_condition resolves to true
  - `_purpose` ClassificationId[] — Only render group when one of the purposes is enabled
  - `_manifest` string[], nullable — Manifest ID used to create/update the schema group
  - `feature_flag` string — This group should only be active when the feature flag is enabled
  - `settings_flag` SettingFlag[] — This group should only be active when all the settings have the correct value
    - `name` string — The name of the organization setting to check
    - `enabled` boolean — Whether the setting should be enabled or not
  - `info_tooltip_title` object
    - `key` string — Translation key for info tooltip
    - `default` string — Default string for info tooltip
  - `composite_id` string
  - `schema` string — Schema slug the group belongs to

## Other responses

- `429` — Too many requests

---

[API](https://skmtc.net/epilot/apis/entity-api.md) · [All operations](https://skmtc.net/epilot/apis/entity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/entity-api/versions/8dd3d44e1c4f/schema)
