# DELETE /v4/organizations/{organizationId}/user-groups/{userGroupId}

_Merkl API_

### Path parameters

- `organizationId` (string) _(required)_
- `userGroupId` (string) _(required)_

## Example request

```bash
curl -X DELETE "https://api.merkl.xyz//v4/organizations/{organizationId}/user-groups/{userGroupId}" \
  -H "x-api-key: YOUR_API_KEY"
```