CommunicationCardsDeleteCommunicationCardRequest
Example Usage
import { CommunicationCardsDeleteCommunicationCardRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: CommunicationCardsDeleteCommunicationCardRequest = {
incidentId: "<id>",
communicationCardId: "<id>",
};Fields
Field
Type
Required
Description
PreviousCommunicationCardsCreateSlackChannelInCommunicationCardResponseNextCommunicationCardsDeleteCommunicationCardResponse
Last updated