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. Specifically, for the 'CLI' resource and 'Delete Cli' operation, it deletes a CLI entry identified by a required numeric ID. This node is useful for automating management tasks related to billing and telephony data, such as deleting CLI records programmatically within workflows.

Use Case Examples

  1. Deleting a CLI entry by specifying its ID to clean up or update telephony configurations automatically.
  2. Integrating with billing systems to remove obsolete CLI data as part of a larger data management workflow.

Properties

Name Meaning
Id The unique identifier of the CLI entry to delete. This is a required numeric property used to specify which CLI record to remove.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid 'Id' parameter, resulting in API errors or failed deletion attempts.
  • Errors related to authentication if the API key credential is missing or invalid.
  • Network or API endpoint errors if the base URL is incorrect or the Billing Booth One service is unavailable.

Links

Discussion