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": "171b2efc-c1c4-472e-9231-64bc8404a7ca",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 528,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "ygThvJ5MxbJKjc9p",
"event_types": [],
"enabled": true,
"created_at": "2025-12-19T06:41:01.502-08:00",
"updated_at": "2025-12-19T06:41:02.505-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "171b2efc-c1c4-472e-9231-64bc8404a7ca",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 528,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "ygThvJ5MxbJKjc9p",
"event_types": [],
"enabled": true,
"created_at": "2025-12-19T06:41:01.502-08:00",
"updated_at": "2025-12-19T06:41:02.505-08:00"
}
}
}