import { NotesDeleteNoteRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations"; let value: NotesDeleteNoteRequest = { incidentId: "<id>", noteId: "<id>", };
incidentId
string
✔️
Required
noteId
Last updated 1 month ago