TexAu icon

TexAu

Perform Opration on TexAu Cloud

Overview

This node integrates with the TexAu Cloud platform, allowing users to perform various operations on different resources managed by TexAu. Specifically, for the Workspace resource, it supports deleting a workspace by its identifier.

A common use case for this node is automating workspace management within TexAu, such as programmatically removing obsolete or unused workspaces as part of a cleanup process or workflow automation.

For example, if you have a list of workspace IDs that are no longer needed, you can use this node to delete each workspace automatically without manual intervention.

Properties

Name Meaning
Workspace ID The unique identifier of the workspace to delete. This should be provided as a string.

Output

The node outputs the JSON response returned by the TexAu API after attempting to delete the specified workspace. Typically, this will include confirmation of deletion or an error message if the operation failed.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the TexAu Cloud API.
  • Requires 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 Workspace ID will result in an error from the API.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity issues may prevent successful API calls.
  • Error Messages:

    • "Workspace not found" — Verify the Workspace ID is correct and exists.
    • "Unauthorized" or "Authentication failed" — Check that the API key credential is valid and properly configured.
    • "Request timed out" — Ensure network connectivity and API availability.

Resolving these typically involves verifying input parameters, checking credential configuration, and ensuring stable network access.

Links and References

Discussion