circle-info
Squadcast is now SolarWinds Incident Response

IssuesDeleteIssueByIdResponse

The request has succeeded.

Example Usage

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

let value: IssuesDeleteIssueByIdResponse = {
  data: {
    id: 589384,
    componentIDs: [
      907456,
      713239,
    ],
    title: "<value>",
  },
};

Fields

Field
Type
Required
Description

Last updated