Skip to main content
DELETE
/
v1
/
webhooks
/
endpoints
/
{id}
Delete a webhook endpoint
curl --request DELETE \
  --url https://api.rootly.com/v1/webhooks/endpoints/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b10d3cee-5525-48c9-8b48-f7d7789ad4a9",
    "type": "webhooks_endpoints",
    "attributes": {
      "team_id": 425,
      "slug": "test",
      "name": "test",
      "url": "https://test.com",
      "secret": "84swKyMd4afF96jF",
      "event_types": [],
      "enabled": true,
      "created_at": "2025-10-09T03:08:48.837-07:00",
      "updated_at": "2025-10-09T03:08:49.972-07: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

webhooks_endpoint deleted

data
object
required
I