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

# V4StatusPagesDeleteSubscriberByIdResponse

## Example Usage

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

let value: V4StatusPagesDeleteSubscriberByIdResponse = {
  id: 919205,
  type: "<value>",
  emailID: "<id>",
  webhookURL: "https://wordy-anticodon.name/",
};
```

## Fields

| Field        | Type     | Required             | Description |
| ------------ | -------- | -------------------- | ----------- |
| `id`         | *number* | :heavy\_check\_mark: | N/A         |
| `type`       | *string* | :heavy\_check\_mark: | N/A         |
| `emailID`    | *string* | :heavy\_check\_mark: | N/A         |
| `webhookURL` | *string* | :heavy\_check\_mark: | N/A         |
