Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node operation deletes a specified subaccount in the Woovi system. It is useful for automating the removal of subaccounts without manual intervention, such as cleaning up unused or obsolete subaccounts in a payment or financial management workflow.

Use Case Examples

  1. Automatically delete a subaccount when it is no longer needed in your payment processing system.
  2. Integrate with other workflows to remove subaccounts based on specific business rules or triggers.

Properties

Name Meaning
Subaccount ID The unique identifier of the subaccount to be deleted. This is required to specify which subaccount should be removed.

Output

JSON

  • id - The identifier of the deleted subaccount, confirming the deletion.
  • status - The status or result of the delete operation, indicating success or failure.

Dependencies

  • Woovi API with authentication credentials

Troubleshooting

  • Ensure the Subaccount ID is correct and exists in the Woovi system to avoid errors.
  • Check API credentials and permissions to confirm the node has rights to delete subaccounts.
  • Common error messages include 'Unsupported resource/operation' if the resource or operation is misconfigured, or API errors if the subaccount does not exist or deletion is not permitted.

Discussion