CommunicationCardsDeleteCommunicationCardRequest
PreviousCommunicationCardsCreateSlackChannelInCommunicationCardResponseNextCommunicationCardsDeleteCommunicationCardResponse
Last updated
import { CommunicationCardsDeleteCommunicationCardRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: CommunicationCardsDeleteCommunicationCardRequest = {
incidentId: "<id>",
communicationCardId: "<id>",
};incidentId
string
✔️
Required
communicationCardId
string
✔️
N/A
Last updated