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 related to billing and metadata management. Specifically, for the 'Delete Customer Metadata' operation under the 'Metadata' resource, it deletes a metadata key associated with a unique customer ID. This is useful for managing customer data by removing obsolete or incorrect metadata entries. Practical examples include cleaning up customer profiles by deleting outdated tags or attributes stored as metadata.

Use Case Examples

  1. Deleting a metadata key for a customer to remove outdated information.
  2. Managing customer profiles by removing specific metadata entries that are no longer relevant.

Properties

Name Meaning
Customer Id Unique customer reference used to identify the customer whose metadata is to be deleted.
Key The metadata key to be deleted for the specified customer.

Output

JSON

  • json - The response from the Billing Booth One API after attempting to delete the customer metadata. This typically includes confirmation of deletion or error details.

Dependencies

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

Troubleshooting

  • Ensure the 'Customer Id' is valid and exists in the Billing Booth One system to avoid errors related to non-existent customers.
  • Verify that the 'Key' provided matches an existing metadata key for the customer; otherwise, the API may return an error indicating the key was not found.
  • Check API credentials and base URL configuration to ensure successful authentication and connectivity.
  • Common error messages include 'No routing information found' if the resource-operation combination is incorrect, and HTTP errors from the API indicating issues like unauthorized access or invalid parameters.

Discussion