Delete a Webhook
Delete a Webhook
object
Parameter
Acccessible via URL https://api.channel.io/open/v5/webhooks/{id}
and HTTP DELETE
Parameter | Example | Required | Description | Parameter type |
---|---|---|---|---|
id | 12345 | Required | ID of Webhook | 12345 |
Example
DELETE https://api.channel.io/open/v5/webhooks/12345
Response
Returns a HTTP status code of 204
if succeeded.
Updated 12 months ago