Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
user_notification_rule deleted
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": "5a7ea742-61f1-401a-9093-f4548b58cfb5",
"type": "user_notification_rules",
"attributes": {
"user_id": 509,
"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"
],
"created_at": "2025-09-16T17:18:43.853-07:00",
"updated_at": "2025-09-16T17:18:45.145-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
user_notification_rule deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/notification_rules/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "5a7ea742-61f1-401a-9093-f4548b58cfb5",
"type": "user_notification_rules",
"attributes": {
"user_id": 509,
"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"
],
"created_at": "2025-09-16T17:18:43.853-07:00",
"updated_at": "2025-09-16T17:18:45.145-07:00"
}
}
}