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": "ad4b98dc-7b98-4a87-99db-8a4a3b56f471",
"type": "incident_permission_sets",
"attributes": {
"team_id": 368,
"name": "Et officia inventore qui.",
"slug": "et-officia-inventore-qui",
"description": "Beatae ipsam nisi et.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2026-02-11T15:48:52.329-08:00",
"created_at": "2026-02-11T15:48:52.173-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": "ad4b98dc-7b98-4a87-99db-8a4a3b56f471",
"type": "incident_permission_sets",
"attributes": {
"team_id": 368,
"name": "Et officia inventore qui.",
"slug": "et-officia-inventore-qui",
"description": "Beatae ipsam nisi et.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2026-02-11T15:48:52.329-08:00",
"created_at": "2026-02-11T15:48:52.173-08:00"
}
}
}