import { DeleteIncidentStatusPageRequest } from "firehydrant-typescript-sdk/models/operations";
let value: DeleteIncidentStatusPageRequest = {
statusPageId: "<id>",
incidentId: "<id>",
};
Field | Type | Required | Description |
---|---|---|---|
statusPageId |
string | ✔️ | N/A |
incidentId |
string | ✔️ | N/A |