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 attribute from a specified account in the Konverte Digital system. It is useful for managing and cleaning up custom attributes associated with accounts, such as removing outdated or incorrect data fields. For example, if an account has a custom attribute that is no longer needed, this operation can be used to delete it by providing the account's numeric ID and the custom attribute's ID.
Use Case Examples
- Deleting a custom attribute from a user account by specifying the account ID and the attribute ID to keep the account data relevant and up-to-date.
- Automating the cleanup of custom attributes across multiple accounts in a batch process to maintain data hygiene.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account from which the custom attribute will be deleted. |
| Id | The ID of the custom attribute to be deleted from the account. |
| Request Options | Additional options for the request such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
success- Indicates whether the custom attribute 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 the provided Account Id and Custom Attribute Id are correct and exist in the system to avoid 'not found' errors.
- Check network connectivity and proxy settings if requests fail to reach the API endpoint.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Timeout errors can occur if the server is slow to respond; increase the timeout setting if necessary.
Links
- Konverte Digital API Documentation - Custom Attributes - Official API documentation for managing custom attributes, including deletion.