Actions68
- Recordings Actions
- Card Tables Actions
- Forwards Actions
- Events Actions
- Projects Actions
- People Actions
- Chatbots Actions
- Webhooks Actions
- Attachments Actions
- Templates Actions
- Uploads Actions
- Documents Actions
- Lineup Markers Actions
- Subscriptions Actions
- Schedules Actions
- Schedule Entries Actions
Overview
This node operation, Destroy Chatbot, is designed to delete a specific chatbot within a given environment. It targets chatbots associated with particular buckets and integrations, allowing users to remove obsolete or unwanted chatbots programmatically. This can be useful in scenarios such as cleaning up test chatbots, managing chatbot lifecycle, or automating chatbot decommissioning when they are no longer needed.
Properties
| Name | Meaning |
|---|---|
| Bucket Id | Numeric identifier of the bucket where the chatbot resides. |
| Chat Id | Numeric identifier of the chatbot to be destroyed. |
| Integration Id | Numeric identifier of the integration associated with the chatbot. |
Output
The output JSON typically contains the response from the API confirming the deletion of the chatbot. This may include status information or confirmation messages indicating successful destruction. The node does not output binary data.
Dependencies
- Requires an API key credential for authentication with the external service managing chatbots.
- The node depends on connectivity to the external chatbot management API endpoint.
- Proper configuration of the base URL and authentication credentials in n8n is necessary.
Troubleshooting
- Common issues:
- Invalid or missing identifiers (Bucket Id, Chat Id, Integration Id) will cause the operation to fail.
- Authentication errors if the API key or token is incorrect or expired.
- Network connectivity problems preventing access to the external API.
- Error messages:
- "Not Found" or similar indicates that the specified chatbot does not exist or has already been deleted.
- "Unauthorized" suggests invalid or missing authentication credentials.
- "Bad Request" may indicate malformed input parameters; verify all IDs are correct and properly formatted.
Links and References
- Refer to the official documentation of the chatbot platform's API for details on the destroy/delete chatbot endpoint.
- Consult n8n documentation on setting up API credentials and HTTP request nodes for further customization.