AvantGuard - WebhookSite icon

AvantGuard - WebhookSite

AvantGuard - WebhookSite

Actions100

Overview

This node operation deletes a specific Matcher by its unique identifier. It is useful in scenarios where you need to programmatically remove a Matcher configuration or rule from the system, for example, cleaning up outdated or incorrect matchers that are no longer needed.

Practical examples include:

  • Automating cleanup of matchers after certain conditions are met.
  • Managing matchers dynamically based on external triggers or workflows.
  • Integrating with other systems to maintain synchronization of matcher configurations.

Properties

Name Meaning
Id The unique numeric identifier of the Matcher to delete. This property is required to specify which Matcher should be removed.

Output

The output JSON will typically contain confirmation of the deletion operation. This may include status information such as success or failure, and possibly details about the deleted Matcher (e.g., its ID). There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authentication with the AvantGuard WebhookSite service.
  • The node depends on the base URL and headers configured via credentials to communicate with the external API.
  • The underlying implementation uses an OpenAPI-based client generated from a specification file (openapi.json).

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Matcher ID will likely result in an error response from the API.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity problems can prevent successful API calls.
  • Error messages and resolutions:

    • "Matcher not found" — Verify the Matcher ID exists before attempting deletion.
    • Authentication errors — Ensure the API key credential is correctly configured and has necessary permissions.
    • Timeouts or connection errors — Check network settings and API endpoint availability.

Links and References

Discussion