> For the complete documentation index, see [llms.txt](https://developers.incidents.cloud.solarwinds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.incidents.cloud.solarwinds.com/typescript/docs/models/v3incidentsunmergeincidentrequest.md).

# V3IncidentsUnmergeIncidentRequest

Request body for unmerging a child incident from its parent.

## Example Usage

```typescript
import { V3IncidentsUnmergeIncidentRequest } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3IncidentsUnmergeIncidentRequest = {
  sendNotification: true,
  assignMe: true,
};
```

## Fields

| Field              | Type      | Required             | Description |
| ------------------ | --------- | -------------------- | ----------- |
| `sendNotification` | *boolean* | :heavy\_check\_mark: | N/A         |
| `assignMe`         | *boolean* | :heavy\_check\_mark: | N/A         |
