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 multiple endpoints. It is useful for automating API management tasks such as bulk deletion of endpoints by specifying their unique identifiers. For example, a user can provide a list of endpoint IDs to delete them all in one operation, streamlining API maintenance workflows.

Use Case Examples

  1. Deleting multiple endpoints by providing a JSON array of their unique IDs in the 'id' field under 'Additional Body Fields'.
  2. Automating cleanup of unused or obsolete endpoints in a billing system via the node's bulk delete operation.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, such as a JSON array of endpoint IDs to delete multiple endpoints.

Output

JSON

  • json - The JSON response from the Billing Booth One API after performing the delete multiple endpoints operation, containing details about the success or failure of the request.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or empty list of IDs, which may cause the API to return errors or no action.
  • Errors related to missing or invalid API credentials will prevent the node from authenticating with the Billing Booth One API.
  • If the node throws a 'No routing information found' error, it indicates a misconfiguration or unsupported resource-operation combination.

Links

Discussion