Actions43
- Subaccount Actions
- Customer Actions
- Refund Actions
- Installment Actions
- Invoice Actions
- Subscription Actions
- Pix Key Actions
- QR Code Static Actions
- Payment Request Actions
- Charge Actions
- Psp (Payment Service Providers) Actions
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
- Deleting a Pix Key when it is no longer needed to prevent unauthorized transactions.
- 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
- Woovi API Documentation - Official documentation for the Woovi API, including Pix Key management endpoints.