Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation deletes a specific Contract Billing Rule in the Autotask system by its unique ID. It is useful for automating the removal of outdated or incorrect billing rules associated with contracts, helping maintain accurate billing configurations. For example, if a billing rule is no longer applicable to a contract, this operation can be used to delete it programmatically within an n8n workflow.

Properties

Name Meaning
Billing Rule ID The unique identifier of the contract billing rule to delete.

Output

JSON

  • id - The ID of the deleted contract billing rule, confirming successful deletion.

Dependencies

  • Requires an API key credential for authenticating with the Autotask REST API.

Troubleshooting

  • If the Billing Rule ID is invalid or does not exist, the node will throw an error indicating the resource was not found. Verify the ID is correct and exists in Autotask.
  • Authentication errors may occur if the API key credential is missing or invalid. Ensure the credential is properly configured in n8n.
  • Network or API rate limit errors can cause operation failure. Check network connectivity and Autotask API usage limits.

Discussion