Skip to main content
Rollout home page
Search...
⌘K
Support
Request Access
Request Access
Search...
Navigation
Webhooks
Delete Webhook
Guides
Changelog
CRM Reference
TMS Reference
LOS Reference
Email Reference
Calendar Reference
Rollout API Reference
LOS Reference
LOS API Overview
Authentication
Pagination
Errors
Endpoints
Users
Borrowers
Loans
Properties
Documents
Webhooks
GET
List Webhooks
POST
Create Webhook
PUT
Update Webhook
DEL
Delete Webhook
Delete Webhook
cURL
curl
--request
DELETE
\
--url
https://los.universal.rollout.com/api/webhooks/{id}
200
404
409
"<array>"
Webhooks
Delete Webhook
Copy page
Copy page
DELETE
/
webhooks
/
{id}
Try it
Delete Webhook
cURL
curl
--request
DELETE
\
--url
https://los.universal.rollout.com/api/webhooks/{id}
200
404
409
"<array>"
Path Parameters
id
string
required
Response
200
application/json
OK
Update Webhook
⌘I