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 the 'Destination Groups' resource. Specifically, for the 'Delete Multiple Destination Groups' operation, it allows users to delete multiple destination groups by providing a list of unique identifiers (IDs). This is useful for bulk deletion tasks in telephony or billing systems where managing destination groups is necessary.

Use Case Examples

  1. Deleting multiple destination groups by specifying their IDs in a JSON array to clean up or reorganize telephony routing configurations.
  2. Automating the removal of obsolete or unused destination groups in a billing system to maintain data hygiene.

Properties

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

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the specified destination groups. This includes success or error details.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Common issues include providing invalid or malformed JSON for the list of IDs, which can cause the API request to fail.
  • If the API base URL or access token is incorrect or expired, authentication errors will occur.
  • Errors from the API are returned in the JSON response; users should check the error messages for details on what went wrong.

Links

Discussion