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": "c8eae14c-44fe-47e3-949b-54f52e0f0ee6",
    "type": "incident_action_items",
    "attributes": {
      "incident_id": "c0cb9fb0-0ccc-4d04-acb4-483bdd7a02ce",
      "incident_title": "Libero aliquid ad mollitia.",
      "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": "medium",
      "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/libero-aliquid-ad-mollitia#nav-action-items",
      "short_url": null,
      "created_by": {
        "data": {
          "id": "447",
          "type": "users",
          "attributes": {
            "name": "Efren Daniel",
            "email": "[email protected]",
            "phone": null,
            "phone_2": null,
            "first_name": "Efren",
            "last_name": "Daniel",
            "full_name": "Efren Daniel",
            "full_name_with_team": "Efren Daniel",
            "slack_id": null,
            "time_zone": "Etc/UTC",
            "updated_at": "2026-01-14T02:38:03.078-08:00",
            "created_at": "2026-01-14T02:38:03.077-08:00"
          },
          "relationships": {
            "email_addresses": {
              "data": [
                {
                  "id": "123b18df-030f-4427-91b1-210dc982463c",
                  "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": "4e058eef-ee00-4c24-b458-9d59657189f5",
                  "type": "user_notification_rules"
                },
                {
                  "id": "e2beb101-2892-4c19-af89-da48cb7c35c0",
                  "type": "user_notification_rules"
                }
              ]
            }
          }
        }
      },
      "created_at": "2026-01-14T02:38:03.132-08:00",
      "updated_at": "2026-01-14T02:38:04.973-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