Skip to main content

Delete Webhook Endpoint

Introduction

Delete webhook endpoint

Interface

DELETE /v1/webhook_endpoints/:webhook_endpoint_id

Request Params

N/A

Response Params

Response Example

200 success:

{
"deleted": true,
"id": "we_008ibLenb5iTO4yD"
}