circle-info
Squadcast is now SolarWinds Incident Response

CommunicationCardsDeleteCommunicationCardRequest

Example Usage

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

let value: CommunicationCardsDeleteCommunicationCardRequest = {
  incidentId: "<id>",
  communicationCardId: "<id>",
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

Required

communicationCardId

string

✔️

N/A

Last updated