Delete a specific incident_permission_set by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_permission_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6cc06a62-f7d2-436a-b6f5-91e00f2829b0",
"type": "incident_permission_sets",
"attributes": {
"team_id": 333,
"name": "Dolorem aspernatur aut maxime.",
"slug": "dolorem-aspernatur-aut-maxime",
"description": "Cumque est aut omnis.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2025-12-21T12:09:09.390-08:00",
"created_at": "2025-12-21T12:09:09.287-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_permission_sets/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6cc06a62-f7d2-436a-b6f5-91e00f2829b0",
"type": "incident_permission_sets",
"attributes": {
"team_id": 333,
"name": "Dolorem aspernatur aut maxime.",
"slug": "dolorem-aspernatur-aut-maxime",
"description": "Cumque est aut omnis.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2025-12-21T12:09:09.390-08:00",
"created_at": "2025-12-21T12:09:09.287-08:00"
}
}
}