Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation deletes a specific contact group contact in the Autotask system by its unique ID. It is useful for workflows that need to remove a contact from a contact group, such as cleaning up outdated or incorrect group memberships automatically.

Properties

Name Meaning
Contact Group Contact ID The unique identifier of the contact group contact to delete. This ID specifies which contact group contact record will be removed by the operation.

Output

JSON

  • success - Boolean indicating whether the deletion was successful.
  • id - The ID of the deleted contact group contact.

Dependencies

  • Requires an Autotask API credential for authentication to perform the delete operation.

Troubleshooting

  • If the Contact Group Contact ID is invalid or does not exist, the node will throw an error indicating the resource was not found. Verify the ID is correct.
  • Authentication errors may occur if the Autotask API credentials are missing or invalid. Ensure valid credentials are configured.
  • Network or API rate limit issues may cause failures; check connectivity and Autotask API limits.

Discussion