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 resources such as Destinations. Specifically, for the 'Delete Multiple Destinations' operation, it allows users to delete multiple destination entries by providing a list of unique identifiers. This is useful for bulk management of destination data, such as cleaning up or removing outdated entries in a billing or telephony system.

Use Case Examples

  1. Deleting multiple destination records by specifying their IDs in a JSON array to efficiently manage and clean up destination data.
  2. Automating the removal of multiple destinations in a billing system as part of a workflow to maintain data accuracy.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a JSON list of unique destination IDs to delete.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the specified destinations. This typically contains the result of the delete operation, such as success confirmation or error details.

Dependencies

  • Billing Booth One API
  • An API key credential for authentication

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of destination IDs; invalid JSON will cause errors.
  • Verify that the API key credential is correctly configured and has permissions to delete destinations.
  • Common error messages include authorization errors if the API key is invalid or missing, and validation errors if the IDs are not correctly formatted or do not exist.

Links

Discussion