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": "9de048d2-57ca-4384-a9ea-cef000960fd0",
    "type": "incident_permission_sets",
    "attributes": {
      "team_id": 235,
      "name": "Rem veniam nisi quaerat.",
      "slug": "rem-veniam-nisi-quaerat",
      "description": "Error et facere voluptatem.",
      "private_incident_permissions": [
        "read"
      ],
      "public_incident_permissions": [
        "read"
      ],
      "updated_at": "2025-07-17T11:04:06.395-07:00",
      "created_at": "2025-07-17T11:04:06.168-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.