Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to perform operations on Configuration Item Types, specifically allowing deletion of a configuration item type by its ID. It is useful in IT service management workflows where automated removal of obsolete or incorrect configuration item types is needed, such as cleaning up configuration databases or managing asset lifecycle.

Properties

Name Meaning
Configuration Item Type ID The unique identifier of the configuration item type to delete. This is required to specify which configuration item type the delete operation will target.

Output

JSON

  • success - Indicates whether the deletion operation was successful (true or false).
  • message - Provides additional information or error messages related to the deletion operation.

Dependencies

  • Requires an Autotask API authentication credential (API key or token) to authorize requests to the Autotask REST API.

Troubleshooting

  • If the node throws an error indicating the Configuration Item Type ID is missing or invalid, ensure that the ID is correctly provided and corresponds to an existing configuration item type in Autotask.
  • Authentication errors may occur if the Autotask API credentials are incorrect or expired; verify and update credentials as needed.
  • Network or API errors can happen if the Autotask service is unreachable; check network connectivity and Autotask service status.

Discussion