-
Notifications
You must be signed in to change notification settings - Fork 4
DELETE hook {hook_id}
Igor Balos edited this page Jun 19, 2018
·
2 revisions
Endpoint
/hook/{hook_id} - DELETE
Description
This endpoint let's you delete an existing endpoint.
Example
Request
curl -X DELETE 'http://localhost:8888/hook/20bf06f7-aa94-a3ec-89cd-7710f1e1fc83'
Once deleted, endpoint with all it's stored data is deleted.
Response
{
"Message":"Endpoint 20bf06f7-aa94-a3ec-89cd-7710f1e1fc83 deleted."
}
Sinhook web hook testing app.