Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to perform various operations related to billing and data management. Specifically, for the 'Data Retention' resource and 'Delete Data Retention' operation, it deletes data retention records identified by a unique organisation ID. This node is useful for automating data cleanup and compliance tasks in billing systems, such as removing outdated or unnecessary data retention entries for a given organisation.

Use Case Examples

  1. Deleting data retention records for a specific organisation by providing its unique organisation ID.
  2. Automating data retention management as part of a billing workflow to ensure compliance with data policies.

Properties

Name Meaning
Organisation Id Unique identifier of the organisation whose data retention record is to be deleted.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the data retention record. This typically contains confirmation of deletion or error details.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • If the node throws an error stating 'No routing information found for resource: Data Retention, operation: Delete Data Retention', it indicates a misconfiguration or missing routing details in the node setup.
  • Errors related to missing or invalid 'Organisation Id' parameter will prevent the deletion operation from executing.
  • If the API returns an authentication error, verify that the Billing Booth One API credentials are correctly configured and valid.
  • Network or HTTP errors during the API request will be reported; ensure the base URL and network connectivity are correct.

Discussion