Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node interacts with the Autotask REST API to manage Contract Exclusion Sets, specifically allowing deletion of a specified Contract Exclusion Set by its ID. It is useful in scenarios where you need to programmatically remove contract exclusion sets from your Autotask system, such as cleaning up outdated or incorrect exclusions in automated workflows.

Properties

Name Meaning
Contract Exclusion Set ID The unique identifier of the contract exclusion set to delete. This property is required to specify which exclusion set should be removed.

Output

JSON

  • success - Indicates whether the deletion operation was successful (true or false).
  • id - The ID of the contract exclusion set that was deleted.
  • message - Optional message returned from the API, such as confirmation or error details.

Dependencies

  • Requires an Autotask API key credential for authentication to access the Autotask REST API.

Troubleshooting

  • If the node throws an error indicating the Contract Exclusion Set ID is invalid or not found, verify that the ID provided exists in your Autotask account.
  • Authentication errors may occur if the API key credential is missing, invalid, or expired. Ensure the credential is correctly configured.
  • Network or API availability issues can cause failures; check your network connection and Autotask service status.
  • If the deletion fails due to permissions, confirm that the API key has sufficient rights to delete contract exclusion sets.

Links

Discussion