webhook
/clients/{client}/webhooks/{webhook} [DELETE]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9500 | 6.1000 | xml, json |
Description
Deletes a webhook.
Use the internal client id, not the client ID in the URL. For example: /clients/123/webhooks/456.json
Parameters
No parameters required.
Permission
This service requires administrator.
Response
The response does not include the deleted webhook.
<webhook-delete/>
or as JSON:
{}
Error Handling
No specific errors expected for this service.