File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
apps/docs/content/docs/en/tools Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -528,25 +528,8 @@ Delete an incident by ID from Rootly.
528528
529529| Parameter | Type | Description |
530530| --------- | ---- | ----------- |
531- | ` incident ` | object | The deleted incident details |
532- | ↳ ` id ` | string | Unique incident ID |
533- | ↳ ` sequentialId ` | number | Sequential incident number |
534- | ↳ ` title ` | string | Incident title |
535- | ↳ ` slug ` | string | Incident slug |
536- | ↳ ` kind ` | string | Incident kind |
537- | ↳ ` summary ` | string | Incident summary |
538- | ↳ ` status ` | string | Incident status |
539- | ↳ ` private ` | boolean | Whether the incident is private |
540- | ↳ ` url ` | string | URL to the incident |
541- | ↳ ` shortUrl ` | string | Short URL to the incident |
542- | ↳ ` severityName ` | string | Severity name |
543- | ↳ ` severityId ` | string | Severity ID |
544- | ↳ ` createdAt ` | string | Creation date |
545- | ↳ ` updatedAt ` | string | Last update date |
546- | ↳ ` startedAt ` | string | Start date |
547- | ↳ ` mitigatedAt ` | string | Mitigation date |
548- | ↳ ` resolvedAt ` | string | Resolution date |
549- | ↳ ` closedAt ` | string | Closed date |
531+ | ` success ` | boolean | Whether the deletion succeeded |
532+ | ` message ` | string | Result message |
550533
551534### ` rootly_get_alert `
552535
You can’t perform that action at this time.
0 commit comments