DELETE
/
v1
/
incident_permission_sets
/
{id}
Delete an incident_permission_set
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_permission_sets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "7467aea8-4574-4409-858f-465f1e1500a0",
    "type": "incident_permission_sets",
    "attributes": {
      "team_id": 235,
      "name": "Qui minima dolores laboriosam.",
      "slug": "qui-minima-dolores-laboriosam",
      "description": "Nobis rerum quis quia.",
      "private_incident_permissions": [
        "read"
      ],
      "public_incident_permissions": [
        "read"
      ],
      "updated_at": "2025-07-15T12:53:35.259-07:00",
      "created_at": "2025-07-15T12:53:34.964-07:00"
    }
  }
}

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

200
application/vnd.api+json

incident_permission_set deleted

The response is of type object.