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 on different resources, including deleting a destination by its unique identifier. It is useful for automating billing and resource management tasks within the Billing Booth One platform. For example, users can delete a destination by specifying its ID, which helps in managing and cleaning up resources programmatically.

Use Case Examples

  1. Deleting a destination by providing its unique ID to remove it from the system.
  2. Automating billing resource management by integrating this node into workflows that handle resource lifecycle.

Properties

Name Meaning
Id Unique identifier of the destination to be deleted

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the destination, which may include success confirmation or error details.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is provided and is a valid number; missing or invalid IDs will cause the operation to fail.
  • Check that the API base URL and access token are correctly configured in the credentials; authentication errors will prevent successful API calls.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Destinations' and 'Delete Destination' respectively.

Discussion