Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation deletes a Configuration Item Category UDF (User Defined Field) Association in Autotask by specifying its unique ID. It is useful for automating the removal of obsolete or incorrect UDF associations from configuration item categories within Autotask's configuration management system.

Properties

Name Meaning
Configuration Item Category UDF Association ID The unique identifier of the configuration item category UDF association to delete, required to specify which association to remove.

Output

JSON

  • success - Indicates whether the deletion was successful (true/false).
  • id - The ID of the deleted configuration item category UDF association.

Dependencies

  • Requires an Autotask API authentication credential to access and modify Autotask resources.

Troubleshooting

  • Ensure the provided Configuration Item Category UDF Association ID is correct and exists; otherwise, the deletion will fail.
  • Check that the Autotask API credentials are valid and have sufficient permissions to delete configuration item category UDF associations.
  • Common error messages may include 'Resource not found' if the ID does not exist, or 'Unauthorized' if credentials are invalid. Verify inputs and credentials accordingly.

Discussion