Delete a specific webhook endpoint by id
curl --request DELETE \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b44829aa-1ad5-40d7-aafb-e0af1dd82afd",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 526,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "4Ju44N5EJYoLNZCZ",
"event_types": [],
"enabled": true,
"created_at": "2026-01-07T12:03:53.595-08:00",
"updated_at": "2026-01-07T12:03:54.830-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "b44829aa-1ad5-40d7-aafb-e0af1dd82afd",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 526,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "4Ju44N5EJYoLNZCZ",
"event_types": [],
"enabled": true,
"created_at": "2026-01-07T12:03:53.595-08:00",
"updated_at": "2026-01-07T12:03:54.830-08:00"
}
}
}