Skip to main content
DELETE
/
v1
/
notification_rules
/
{id}
Delete an user notification rule
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"
    }
  }
}

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

user_notification_rule deleted

data
object
required