Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 619 Bytes

deleteincidentstatuspagerequest.md

File metadata and controls

19 lines (14 loc) · 619 Bytes

DeleteIncidentStatusPageRequest

Example Usage

import { DeleteIncidentStatusPageRequest } from "firehydrant-typescript-sdk/models/operations";

let value: DeleteIncidentStatusPageRequest = {
  statusPageId: "<id>",
  incidentId: "<id>",
};

Fields

Field Type Required Description
statusPageId string ✔️ N/A
incidentId string ✔️ N/A