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 team within an account in the Konverte Digital API. It is useful for managing teams by removing those that are no longer needed or relevant. For example, if a team is disbanded or merged, this operation can be used to delete the team from the system.
Use Case Examples
- Deleting a team by specifying the account ID and the team ID to remove it from the account.
- Automating team management workflows by removing teams that meet certain criteria.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the account from which the team will be deleted. |
| Team Id | The ID of the team to be deleted. |
| Request Options | Additional options for the request such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
success- Indicates whether the team 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 account ID and team 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; increase the timeout setting if needed.
Links
- ChatWoot API - Delete A Team - Official API documentation for deleting a team in ChatWoot.