Delete a specific user notification rule by id
curl --request DELETE \
--url https://api.rootly.com/v1/notification_rules/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e0b78402-4724-45ea-96e0-8b761c7e7afe",
"type": "user_notification_rules",
"attributes": {
"user_id": 1149,
"delay": 1,
"position": 2,
"user_email_address_id": null,
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "quiet",
"created_at": "2026-02-19T19:14:52.997-08:00",
"updated_at": "2026-02-19T19:14:54.019-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/notification_rules/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e0b78402-4724-45ea-96e0-8b761c7e7afe",
"type": "user_notification_rules",
"attributes": {
"user_id": 1149,
"delay": 1,
"position": 2,
"user_email_address_id": null,
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"notification_type": "quiet",
"created_at": "2026-02-19T19:14:52.997-08:00",
"updated_at": "2026-02-19T19:14:54.019-08:00"
}
}
}