Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation deletes a specific Project Charge in the Autotask system by its unique Charge ID. It is useful for automating the removal of charges associated with projects, such as correcting billing errors or removing obsolete charges. For example, if a charge was mistakenly added to a project, this operation can be used to delete it programmatically within an automation workflow.

Properties

Name Meaning
Charge ID The unique identifier of the project charge to delete. This is required to specify which charge should be removed.

Output

JSON

  • success - Boolean indicating whether the deletion was successful.
  • id - The ID of the deleted project charge.

Dependencies

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

Troubleshooting

  • If the Charge ID is invalid or does not exist, the node will throw an error indicating the charge could not be found. Verify the Charge ID is correct.
  • Authentication errors may occur if the API key credential is missing or invalid. Ensure the Autotask API credentials are properly configured.
  • Network or API rate limit errors may cause operation failure. Check network connectivity and Autotask API usage limits.

Discussion