Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
webhooks_endpoint deleted
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": "64c2f93e-a180-4e05-b381-c8ddd63c5f89",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 482,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "Yb7eXHeSh5iN3H7i",
"event_types": [],
"enabled": true,
"created_at": "2025-11-28T18:14:30.495-08:00",
"updated_at": "2025-11-28T18:14:31.661-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
webhooks_endpoint deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "64c2f93e-a180-4e05-b381-c8ddd63c5f89",
"type": "webhooks_endpoints",
"attributes": {
"team_id": 482,
"slug": "test",
"name": "test",
"url": "https://test.com",
"secret": "Yb7eXHeSh5iN3H7i",
"event_types": [],
"enabled": true,
"created_at": "2025-11-28T18:14:30.495-08:00",
"updated_at": "2025-11-28T18:14:31.661-08:00"
}
}
}