Bexio icon

Bexio

Interact with Bexio API

Overview

This node interacts with the Bexio API to delete a contact by its ID. It is useful in scenarios where you need to programmatically remove customer or supplier contact records from your Bexio account, such as cleaning up outdated or incorrect contact information.

Use Case Examples

  1. Deleting a contact after they have unsubscribed from your services.
  2. Removing duplicate or erroneous contact entries from your database.

Properties

Name Meaning
Contact ID The unique identifier of the contact to delete, required to specify which contact should be removed.

Output

JSON

  • success - Indicates whether the contact deletion was successful.
  • error - Contains error message if the deletion failed.

Dependencies

  • Requires an API key credential for authenticating with the Bexio API.

Troubleshooting

  • If the contact ID is invalid or does not exist, the API will return an error indicating the contact could not be found.
  • Ensure the API credentials are valid and have sufficient permissions to delete contacts.
  • Network or API downtime may cause request failures; retry or check Bexio service status if errors persist.

Links

Discussion