Skip to main content
DELETE
/
v1
/
action_items
/
{id}
Delete an incident action item
curl --request DELETE \
  --url https://api.rootly.com/v1/action_items/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "60718fc0-e265-4cf7-aa6d-c632c809daba",
    "type": "incident_action_items",
    "attributes": {
      "incident_id": "28204d71-9d30-4756-a086-0bfede4f557d",
      "incident_title": "Aut velit similique et.",
      "description": "shabby chic wolf locavore pickled twee poke. YOLO godard health goth pork belly cold-pressed swag",
      "assigned_to": null,
      "assigned_to_group_ids": [],
      "kind": "follow_up",
      "priority": "low",
      "status": "open",
      "due_date": null,
      "jira_issue_id": null,
      "jira_issue_key": null,
      "jira_issue_url": null,
      "asana_task_id": null,
      "asana_task_url": null,
      "github_issue_id": null,
      "github_issue_url": null,
      "gitlab_issue_id": null,
      "gitlab_issue_url": null,
      "shortcut_story_id": null,
      "shortcut_story_url": null,
      "shortcut_task_id": null,
      "shortcut_task_url": null,
      "trello_card_id": null,
      "trello_card_url": null,
      "linear_issue_id": null,
      "linear_issue_url": null,
      "zendesk_ticket_id": null,
      "zendesk_ticket_url": null,
      "motion_task_id": null,
      "motion_task_url": null,
      "clickup_task_id": null,
      "clickup_task_url": null,
      "airtable_base_key": null,
      "airtable_table_name": null,
      "airtable_record_id": null,
      "airtable_record_url": null,
      "freshservice_ticket_id": null,
      "freshservice_ticket_url": null,
      "freshservice_task_id": null,
      "freshservice_task_url": null,
      "url": "https://test.rootly.com/account/incidents/aut-velit-similique-et#nav-action-items",
      "short_url": null,
      "created_by": {
        "data": {
          "id": "505",
          "type": "users",
          "attributes": {
            "name": "Bryant Johnson",
            "email": "[email protected]",
            "phone": null,
            "phone_2": null,
            "first_name": "Bryant",
            "last_name": "Johnson",
            "full_name": "Bryant Johnson",
            "full_name_with_team": "Bryant Johnson",
            "slack_id": null,
            "time_zone": "Etc/UTC",
            "updated_at": "2026-02-03T14:00:51.579-08:00",
            "created_at": "2026-02-03T14:00:51.579-08:00"
          },
          "relationships": {
            "email_addresses": {
              "data": [
                {
                  "id": "f19be89c-b1a2-4c33-b00b-92694e00d1c1",
                  "type": "user_email_addresses"
                }
              ]
            },
            "phone_numbers": {
              "data": []
            },
            "devices": {
              "data": []
            },
            "role": {
              "data": null
            },
            "on_call_role": {
              "data": null
            },
            "teams": {
              "data": []
            },
            "schedules": {
              "data": []
            },
            "notification_rules": {
              "data": [
                {
                  "id": "c628d8fe-0982-441e-901d-13e4bee11641",
                  "type": "user_notification_rules"
                },
                {
                  "id": "15ba3162-d41a-4b75-8fc8-bc4a9ef7cb7b",
                  "type": "user_notification_rules"
                }
              ]
            }
          }
        }
      },
      "created_at": "2026-02-03T14:00:51.660-08:00",
      "updated_at": "2026-02-03T14:00:54.048-08:00",
      "summary": "shabby chic wolf locavore pickled twee poke. YOLO godard health goth pork belly cold-pressed swag"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

incident_action_item deleted

data
object
required