DELETE
/
v1
/
webhooks
/
endpoints
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/webhooks/endpoints/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "714e3a33-5ee6-4dee-b0e7-b235187cbe5a",
    "type": "webhooks_endpoints",
    "attributes": {
      "team_id": 415,
      "slug": "test",
      "name": "test",
      "url": "https://test.com",
      "secret": "Xf1x3xpPKxJDtS85",
      "event_types": [],
      "enabled": true,
      "created_at": "2025-06-19T02:45:02.906-07:00",
      "updated_at": "2025-06-19T02:45:04.391-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

200
application/vnd.api+json

webhooks_endpoint deleted

The response is of type object.