Skip to main content
DELETE
/
v1
/
alert_sources
/
{id}
Delete an alert source
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_sources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "9b6387db-6380-4d7a-821a-bf35ceb99c82",
    "type": "alert_sources",
    "attributes": {
      "name": "Alert Source 21",
      "source_type": "datadog",
      "status": "setup_incomplete",
      "secret": "be07ccb43f01871817a662d75444cb68c25ecf6f0c3c92e074fe3bc75e91037f",
      "alert_urgency_id": "6a2c2f0a-f157-438d-8ecc-3349d1b3206f",
      "created_at": "2025-12-07T23:21:01.411-08:00",
      "updated_at": "2025-12-07T23:21:03.706-08:00",
      "webhook_endpoint": "http://localhost:3001/webhooks/incoming/datadog_webhooks/notify/<TYPE>/<ID>",
      "owner_group_ids": [],
      "alert_source_urgency_rules_attributes": [],
      "alert_source_fields_attributes": [],
      "sourceable_attributes": null,
      "alert_template_attributes": null,
      "resolution_rule_attributes": null
    },
    "relationships": {
      "alert_source_urgency_rules": {
        "data": []
      },
      "alert_source_fields": {
        "data": []
      }
    }
  }
}

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

alert source deleted

data
object
required