circle-info
Squadcast is now SolarWinds Incident Response

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