Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation deletes a specific Contract Exclusion Billing Code in Autotask by its unique ID. It is useful for workflows that need to programmatically remove exclusion billing codes from contracts, such as cleaning up outdated or incorrect billing exclusions in contract management processes.

Properties

Name Meaning
Exclusion Billing Code ID The unique identifier of the contract exclusion billing code to delete.

Output

JSON

  • id - The ID of the deleted contract exclusion billing code.
  • success - Boolean indicating whether the deletion was successful.

Dependencies

  • Requires an API key credential for Autotask REST API authentication.

Troubleshooting

  • Ensure the Exclusion Billing Code ID is correct and exists; otherwise, the deletion will fail.
  • Check API credentials and permissions to confirm the node has rights to delete contract exclusion billing codes.
  • Common error: 'Resource contractExclusionBillingCode is not supported' indicates a misconfiguration of the resource parameter.

Discussion