AvantGuard - WebhookSite icon

AvantGuard - WebhookSite

AvantGuard - WebhookSite

Actions100

Overview

This node operation deletes a specific Magic Dash item identified by its title and company name. It is useful in scenarios where you need to programmatically remove entries from the Magic Dash system, such as cleaning up outdated or incorrect records. For example, if a Magic Dash item representing a project or task is no longer relevant, this node can be used to delete it based on its unique title and associated company.

Properties

Name Meaning
Title The title attribute of the Magic Dash item to be deleted.
Company Name The company name attribute of the Magic Dash item to be deleted.

Both properties are required to uniquely identify the Magic Dash item that should be deleted.

Output

The node outputs JSON data representing the result of the deletion operation. Typically, this will include confirmation of successful deletion or details about any error encountered. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the Magic Dash service.
  • The node uses HTTP requests with JSON payloads to communicate with the Magic Dash API endpoint.
  • Proper configuration of the base URL and authentication credentials within n8n is necessary.

Troubleshooting

  • Common issues:

    • Providing incorrect or incomplete "Title" or "Company Name" values may result in failure to find the item to delete.
    • Missing or invalid API authentication credentials will cause authorization errors.
    • Network connectivity problems can prevent the node from reaching the Magic Dash API.
  • Error messages:

    • "Item not found" — Verify that the title and company name exactly match an existing Magic Dash item.
    • "Unauthorized" or "Authentication failed" — Check that the API key credential is correctly configured and valid.
    • "Request timeout" or "Network error" — Ensure stable internet connection and correct API endpoint URL.

Links and References

  • Refer to the Magic Dash API documentation for detailed information on the delete operation and required parameters.
  • Consult n8n documentation on setting up API credentials and HTTP request nodes for best practices.

Discussion