Woovi icon

Woovi

Automate Woovi workflow API

Overview

This node interacts with the Woovi API to delete a specified Pix Key. It is useful in scenarios where you need to automate the removal of Pix Keys from your Woovi account, such as managing payment keys or cleaning up unused keys programmatically.

Use Case Examples

  1. Deleting a Pix Key when it is no longer needed to prevent unauthorized transactions.
  2. Automating the cleanup of Pix Keys in bulk as part of a financial system maintenance process.

Properties

Name Meaning
Pix Key The pix key value to be deleted, required for the delete operation on the Pix Key resource.

Output

JSON

  • id - Identifier of the deleted Pix Key or confirmation of deletion.
  • status - Status of the delete operation, indicating success or failure.

Dependencies

  • Woovi API with API key credential

Troubleshooting

  • Common issues include providing an invalid or non-existent Pix Key, which will result in an error from the Woovi API.
  • Errors related to authentication failures due to missing or incorrect API credentials.
  • Network or API endpoint issues that prevent successful communication with the Woovi API.

Links

Discussion