circle-info
Squadcast is now SolarWinds Incident Response

ComponentsDeleteComponentByIdRequest

Example Usage

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

let value: ComponentsDeleteComponentByIdRequest = {
  statuspageID: "<id>",
  componentId: "<id>",
};

Fields

Field
Type
Required
Description

statuspageID

string

✔️

N/A

componentId

string

✔️

N/A

Last updated