TexAu icon

TexAu

Perform Opration on TexAu Cloud

Overview

This node interacts with the TexAu Cloud platform, specifically allowing users to manage proxies among other resources. The "Delete Proxy" operation enables users to remove a proxy from their TexAu account by specifying its unique identifier. This is useful in scenarios where proxies are no longer needed or must be rotated for security or performance reasons.

Practical examples include:

  • Cleaning up unused or expired proxies.
  • Managing proxy lists dynamically as part of automation workflows.
  • Ensuring compliance by removing proxies that violate usage policies.

Properties

Name Meaning
Proxy ID The unique identifier of the proxy to delete. This is a required string input property.

Output

The node outputs JSON data representing the response from the TexAu API after attempting to delete the specified proxy. Typically, this will confirm whether the deletion was successful or provide error details if it failed.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the TexAu Cloud API.
  • Needs an API authentication token credential configured in n8n to authorize requests.
  • The base URL for API requests is https://v2-prod-api.texau.com.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Proxy ID will result in an error response from the API.
    • Network connectivity problems can prevent the node from reaching the TexAu service.
    • Missing or incorrect API credentials will cause authentication failures.
  • Error messages and resolutions:

    • "Proxy not found" — Verify the Proxy ID is correct and exists in your TexAu account.
    • "Unauthorized" or "Authentication failed" — Check that the API key credential is properly set up and has necessary permissions.
    • Timeout or network errors — Ensure stable internet connection and that the TexAu API endpoint is reachable.

Links and References

Discussion