DELETE
/
v1
/
alert_sources
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_sources/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f535727e-0da2-4081-9356-dcb498aa9eb0",
    "type": "alert_sources",
    "attributes": {
      "name": "Alert Source 4",
      "source_type": "datadog",
      "status": "setup_incomplete",
      "secret": "e5271ef34ab1d7bfe5e6f5566e1e4490af6fbff48ea5993fb63be7d5eaf6e365",
      "alert_urgency_id": "1fa0ca80-6b51-4614-9439-13955cce57a0",
      "created_at": "2025-05-08T00:16:15.810-07:00",
      "updated_at": "2025-05-08T00:16:22.018-07:00",
      "webhook_endpoint": "http://localhost:3001/webhooks/incoming/datadog_webhooks/notify/<TYPE>/<ID>",
      "owner_group_ids": [],
      "alert_source_urgency_rules_attributes": [],
      "sourceable_attributes": null,
      "alert_template_attributes": null,
      "resolution_rule_attributes": null
    },
    "relationships": {
      "alert_source_urgency_rules": {
        "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

200
application/vnd.api+json
alert source deleted

The response is of type object.