/r/{repoId}/events/{id}/{webHookId}
DELETE
Deleting a webhook
You can delete a webhook that is no longer required from the repository by applying this request.
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the event.
webHookId/string/required
The unique ID of the webhook.
Responses
204
The webhook was deleted successfully.
404
The webhook with the specified ID could not be determined.
Show operation