> 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/operations/incidentsunmergeincidentrequest.md).

# IncidentsUnmergeIncidentRequest

## Example Usage

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

let value: IncidentsUnmergeIncidentRequest = {
  incidentID: "<id>",
  v3IncidentsUnmergeIncidentRequest: {
    sendNotification: true,
    assignMe: true,
  },
};
```

## Fields

| Field                               | Type                                                                                                     | Required             | Description |
| ----------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `incidentID`                        | *string*                                                                                                 | :heavy\_check\_mark: | N/A         |
| `v3IncidentsUnmergeIncidentRequest` | [models.V3IncidentsUnmergeIncidentRequest](/typescript/docs/models/v3incidentsunmergeincidentrequest.md) | :heavy\_check\_mark: | N/A         |
