DELETE
/
v1
/
incident_permission_sets
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/incident_permission_sets/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "61d470ff-4fd4-4dec-8a07-56fd3cff351d",
    "type": "incident_permission_sets",
    "attributes": {
      "team_id": 200,
      "name": "Consequatur enim magni minus.",
      "slug": "consequatur-enim-magni-minus",
      "description": "Eligendi minus ut omnis.",
      "private_incident_permissions": [
        "read"
      ],
      "public_incident_permissions": [
        "read"
      ],
      "updated_at": "2025-05-08T00:21:16.523-07:00",
      "created_at": "2025-05-08T00:21:15.720-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.