Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation deletes a specified company location in the Autotask system by its unique ID. It is useful for automating the removal of outdated or incorrect company location records within workflows that manage company data.

Properties

Name Meaning
Company Location ID The unique identifier of the company location to delete, required to specify which location to remove.

Output

JSON

  • id - The ID of the deleted company location confirming which record was removed.

Dependencies

  • Requires an API key credential to authenticate with the Autotask REST API.

Troubleshooting

  • Ensure the Company Location ID provided is valid and exists in the Autotask system; otherwise, the deletion will fail.
  • Check that the API credentials have sufficient permissions to delete company locations.
  • Common error messages may include authorization errors or 'not found' errors if the ID does not exist; verify credentials and input ID accordingly.

Discussion