circle-info
Squadcast is now SolarWinds Incident Response

WorkflowsDeleteWorkflowActionRequest

Example Usage

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

let value: WorkflowsDeleteWorkflowActionRequest = {
  workflowID: "<id>",
  actionID: "<id>",
};

Fields

Field
Type
Required
Description

workflowID

string

✔️

N/A

actionID

string

✔️

N/A

Last updated