Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to manage holiday records. Specifically, the 'Delete' operation for the 'Holiday' resource allows users to remove a holiday entry by specifying its unique Holiday ID. This is useful for automating the cleanup or management of holiday data within Autotask, such as removing outdated or incorrect holiday entries.

Properties

Name Meaning
Holiday ID The unique identifier of the holiday to delete. This is required to specify which holiday record should be removed.

Output

JSON

  • success - Indicates whether the holiday was successfully deleted (true/false).
  • id - The ID of the holiday that was deleted.

Dependencies

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

Troubleshooting

  • If the Holiday ID is missing or invalid, the node will throw an error indicating that the specified holiday could not be found or deleted. Verify that the Holiday ID is correct and exists in Autotask.
  • Authentication errors may occur if the API credentials are incorrect or expired. Ensure that valid Autotask API credentials are configured in the node.
  • Network or API endpoint issues can cause failures. Check network connectivity and Autotask API service status if requests fail unexpectedly.

Discussion