## Delete

**delete** `/zones/{zoneId}/groups/{groupId}`

Deletes a group and its memberships and role assignments. Groups synced from an external directory can only be deleted by that directory (after external sync is disabled).

### Path Parameters

- `zoneId: string`

- `groupId: string`

### Example

```http
curl https://api.keycard.ai/zones/$ZONE_ID/groups/$GROUP_ID \
    -X DELETE \
    -H "Authorization: Bearer $KEYCARD_API_API_KEY"
```
