Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

WebhooksDeleteWebhookRequest

Example Usage

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

let value: WebhooksDeleteWebhookRequest = {
  eventWebhookID: "<id>",
};

Fields

Field
Type
Required
Description

eventWebhookID

string

✔️

(Required) event webhook ID

Last updated