Actions100
- Activity Logs Actions
- Articles Actions
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
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
- AvantGuard WebhookSite API Documentation (example placeholder link)
- n8n documentation on creating custom nodes