DELETE /v1/webhooks/{id}
Path parameters
The webhook endpoint id to delete.
Request
Response
Returns204 No Content with an empty body on success. An id that is unknown or not visible to this project returns 404 not_found.DELETE /v1/webhooks/ — permanently remove a webhook endpoint and stop all deliveries to it.
DELETE /v1/webhooks/{id}
204 No Content with an empty body on success. An id that is unknown or not visible to this project returns 404 not_found.