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": "2f001802-5e99-4112-b23e-e514af02b535",
"type": "incident_permission_sets",
"attributes": {
"team_id": 348,
"name": "In nisi ut optio.",
"slug": "in-nisi-ut-optio",
"description": "Necessitatibus ut deserunt esse.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2026-01-22T21:33:17.870-08:00",
"created_at": "2026-01-22T21:33:17.683-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": "2f001802-5e99-4112-b23e-e514af02b535",
"type": "incident_permission_sets",
"attributes": {
"team_id": 348,
"name": "In nisi ut optio.",
"slug": "in-nisi-ut-optio",
"description": "Necessitatibus ut deserunt esse.",
"private_incident_permissions": [
"read"
],
"public_incident_permissions": [
"read"
],
"updated_at": "2026-01-22T21:33:17.870-08:00",
"created_at": "2026-01-22T21:33:17.683-08:00"
}
}
}