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": "cf122a3e-89e8-4bb2-9494-94fabf6f1068",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 553,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "SSD6CXemCcd12USg",
"event_types": [],
"enabled": true,
"created_at": "2026-01-27T15:36:10.924-08:00",
"updated_at": "2026-01-27T15:36:14.776-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "cf122a3e-89e8-4bb2-9494-94fabf6f1068",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 553,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "SSD6CXemCcd12USg",
"event_types": [],
"enabled": true,
"created_at": "2026-01-27T15:36:10.924-08:00",
"updated_at": "2026-01-27T15:36:14.776-08:00"
}
}
}