Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation deletes a Configuration Item Billing Product Association in the Autotask system. It is useful when you need to remove the link between a configuration item and a billing product, for example, to update billing relationships or clean up obsolete associations.

Properties

Name Meaning
Billing Product Association ID The unique identifier of the billing product association to delete, specifying which association to remove.

Output

JSON

  • id - The ID of the deleted billing product association confirming successful deletion.

Dependencies

  • Requires an Autotask API credential for authentication to access the Autotask REST API.

Troubleshooting

  • If the provided Billing Product Association ID is invalid or does not exist, the node will throw an error indicating the resource was not found. Verify the ID is correct.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid. Ensure valid credentials are configured.
  • Network or API connectivity issues can cause failures; check network access and Autotask API availability.

Discussion