Delete Webhook
Function
To delete a specific subscribed webhook by id
以id刪除一個已訂閱的webhook
URL
DELETE <<api_domain>>/v1/webhooks/:id
Request parameters
Parameter | Type | Description | Example |
|---|---|---|---|
:id *required |
| Webhook ID |
|
Response example
OK{
"message": "Unable to process the changes [\"webhookId\" with value \"5fcf3c84d9454d0038be2f43w\" fails to match the required pattern: /^[0-9a-fA-F]{24}$/]"
}Updated 13 days ago