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 custom filter from an account in the Konverte Digital API. It is useful for managing and cleaning up custom filters that are no longer needed or relevant. For example, if a user wants to remove a specific filter applied to their account data, this operation allows them to specify the account and filter IDs to delete that filter.
Use Case Examples
- Deleting a custom filter by specifying the account ID and the custom filter ID to remove unwanted filters from the account.
- Automating the cleanup of custom filters in bulk by iterating over filter IDs and deleting them.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account from which the custom filter will be deleted. |
| Custom Filter Id | The numeric ID of the custom filter 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 custom filter was successfully deleted.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 that the account ID and custom filter ID are correct and exist in the system to avoid errors.
- Check network connectivity and proxy settings if requests fail to reach the API.
- If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.
Links
- Konverte Digital API - Delete Custom Filter - Official API documentation for deleting a custom filter in Konverte Digital.