Actions109
- 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
- Lists Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Users Actions
- Procedure Tasks Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Websites Actions
Overview
This node is designed to delete a website by its unique identifier. It is useful in scenarios where you need to programmatically remove websites from a system or service, such as cleaning up outdated or unwanted entries. For example, if you manage multiple websites and want to automate the removal of certain sites based on specific criteria, this node can be integrated into your workflow to perform that deletion automatically.
Properties
| Name | Meaning |
|---|---|
| Id | ID of the requested website to delete (a required numeric identifier) |
Output
The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation of the deletion or details about the deleted website. The exact structure depends on the API response but generally confirms success or failure of the deletion request.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the AvantGuard WebhookSite service.
- Needs the base URL of the API configured in the credentials.
- Depends on the
@avantguardllc/n8n-openapi-nodepackage and an OpenAPI specification (openapi.json) for building properties and making requests.
Troubleshooting
Common issues:
- Providing an invalid or non-existent website ID will likely cause the API to return an error indicating the resource was not found.
- Missing or incorrect API credentials will result in authentication errors.
- Network connectivity problems may prevent the node from reaching the API endpoint.
Error messages:
- "Resource not found" or similar indicates the specified website ID does not exist.
- Authentication errors suggest checking the API key or token configuration.
- Timeout or connection errors require verifying network access and API availability.
Links and References
- AvantGuard WebhookSite API Documentation (example placeholder link)
- n8n Documentation on Creating Custom Nodes