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 operations related to Customer Access, specifically allowing the deletion of multiple customer access entries. It is useful in scenarios where bulk removal of access permissions for a customer is required, such as revoking access for multiple users or devices associated with a customer in a billing or subscription management system.

Use Case Examples

  1. Deleting multiple access entries for a specific customer by providing their unique identifiers.
  2. Managing customer access permissions in bulk to maintain security and compliance.

Properties

Name Meaning
Customer Select the customer for whom multiple access entries will be deleted.
Additional Body Fields Optional additional fields to include in the request body, such as a JSON list of unique identifiers for the access entries to delete.

Output

JSON

  • data - Response data from the Billing Booth One API after deleting multiple customer access entries.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid customer ID, malformed JSON in the 'Id' field, or network/API errors.
  • Error messages may indicate missing routing information for the selected resource and operation, invalid binary property names, or HTTP request failures.
  • Ensure the 'Id' field contains a valid JSON array of identifiers and that the API key credential is correctly configured.

Discussion