Skip to content

Commit 074ca64

Browse files
committed
docs
1 parent 5d56e58 commit 074ca64

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

apps/docs/content/docs/en/tools/rootly.mdx

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)