Delete /api/v1/webhooks/{id}
This API endpoint is a DELETE request to unsubscribe from webhook events.
Input parmeters:
id
Name of the event for which you want to delete the subscription.
string, supplied in the path of the request.
Example :
DELETE http://api.locate2u.com/api/v1/webhooks/note.created
Sample code
Response
Upon successful execution of the request response code 200 will be returned.
200 Success
401 Unauthorised
403 Forbidden