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 managing tags. Specifically, the 'Delete Tag' operation allows users to delete a tag by its unique identifier. This node is useful for automating billing and tagging workflows, such as removing obsolete or incorrect tags from the system.

Use Case Examples

  1. Deleting a tag by specifying its unique ID to clean up billing categories.
  2. Automating tag management by removing tags that are no longer needed in a billing process.

Properties

Name Meaning
Id Unique identifier of the tag to be deleted, required for the 'Delete Tag' operation on the 'Tags' resource.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the tag, which may include success confirmation or error details.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token for authentication.

Troubleshooting

  • Common issues include missing or invalid 'Id' parameter, resulting in API errors.
  • Errors related to authentication if the API key or access token is incorrect or expired.
  • Network or API endpoint errors if the base URL is incorrect or the service is unavailable.

Links

Discussion