circle-info
Squadcast is now SolarWinds Incident Response

NotesDeleteNoteRequest

Example Usage

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

let value: NotesDeleteNoteRequest = {
  incidentId: "<id>",
  noteId: "<id>",
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

Required

noteId

string

✔️

Required

Last updated