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": "1e921f12-479c-4527-bf69-467c7990a247",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 636,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "HQPFJPMpDxCg7ESM",
"event_types": [],
"enabled": true,
"created_at": "2026-02-17T14:48:46.900-08:00",
"updated_at": "2026-02-17T14:48:49.947-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1e921f12-479c-4527-bf69-467c7990a247",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 636,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "HQPFJPMpDxCg7ESM",
"event_types": [],
"enabled": true,
"created_at": "2026-02-17T14:48:46.900-08:00",
"updated_at": "2026-02-17T14:48:49.947-08:00"
}
}
}