ComponentsDeleteComponentByIdRequest
Last updated
import { ComponentsDeleteComponentByIdRequest } from "@solarwinds/squadcast-sdk-typescript/models/operations";
let value: ComponentsDeleteComponentByIdRequest = {
statuspageID: "<id>",
componentId: "<id>",
};statuspageID
string
✔️
N/A
componentId
string
✔️
N/A
Last updated