Skip to main content
DELETE
/
v1
/
incident_role_tasks
/
{id}
Delete an incident role task
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_role_tasks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "type": "incident_role_tasks",
    "attributes": {
      "task": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "incident_role_id": "<string>",
      "description": "<string>",
      "priority": "high"
    }
  }
}

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_role_task deleted

data
object
required