Autotask icon

Autotask

Consume Autotask REST API

Actions389

Overview

This node operation deletes a specific Ticket Webhook in the Autotask system by its unique Webhook ID. It is useful for automating the removal of webhook configurations that are no longer needed or to clean up obsolete webhook integrations. For example, if a webhook was set up to notify an external system about ticket updates but is no longer required, this operation can programmatically delete it to prevent unnecessary calls or errors.

Properties

Name Meaning
Webhook ID The unique identifier of the ticket webhook to delete. This is required to specify which webhook should be removed.

Output

JSON

  • success - Boolean indicating whether the webhook was successfully deleted.
  • id - The ID of the deleted webhook.

Dependencies

  • Requires an API key credential for authenticating with the Autotask REST API.

Troubleshooting

  • If the provided Webhook ID does not exist or is invalid, the node will throw an error indicating the webhook could not be found. Verify the ID is correct.
  • Authentication errors may occur if the API key credential is missing or invalid. Ensure the credential is properly configured.
  • Network or API endpoint issues can cause failures; check connectivity and Autotask API status.

Discussion