Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
Overview
This node operation deletes a specific webhook from an account in the Konverte Digital API. It is useful for managing webhooks by removing those that are no longer needed or valid, helping to keep the webhook list clean and relevant. For example, if a webhook is set up for a particular event but is no longer required, this operation can be used to delete it by specifying the account ID and webhook ID.
Use Case Examples
- Deleting a webhook by providing the account ID and webhook ID to stop receiving event notifications from that webhook.
- Managing webhooks programmatically to automate cleanup of unused or obsolete webhooks.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account from which the webhook will be deleted. |
| Webhook Id | The numeric ID of the webhook to be deleted. |
| Request Options | Additional options for the HTTP request such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
success- Indicates whether the webhook deletion was successful.message- Additional information or confirmation message about the deletion operation.
Dependencies
- Requires an API key credential for authentication with the Konverte Digital API.
Troubleshooting
- Ensure the provided Account Id and Webhook Id are correct and exist in the system to avoid 'not found' errors.
- If SSL certificate validation fails and you trust the endpoint, enable 'Ignore SSL Issues' to bypass SSL errors.
- Check proxy settings if requests fail to connect to the API server.
- Timeout errors can occur if the server is slow to respond; increase the timeout value if necessary.
Links
- ChatWoot API Documentation - Delete A Webhook - Official API documentation for deleting a webhook in ChatWoot.