TexAu icon

TexAu

Perform Opration on TexAu Cloud

Overview

This node allows users to delete a social account from the TexAu platform by specifying the unique identifier of the social account. It is useful in scenarios where you want to programmatically remove social accounts that are no longer needed or have been compromised, helping maintain an up-to-date and secure list of connected social accounts.

For example, if you manage multiple social media accounts through TexAu and want to automate cleanup of inactive or unauthorized accounts, this node operation can be integrated into workflows to delete those accounts automatically.

Properties

Name Meaning
Account ID The unique identifier of the social account to delete. This is a required string input.

Output

The node sends a DELETE request to the TexAu API endpoint for social accounts. The output JSON will typically contain the response from the API confirming the deletion status of the specified social account. The exact structure depends on the API but generally includes success confirmation or error details.

No binary data output is involved in this operation.

Dependencies

  • Requires an active API key credential for TexAu Cloud to authenticate requests.
  • The node uses the base URL https://v2-prod-api.texau.com for API calls.
  • Proper permissions on the TexAu platform to delete social accounts are necessary.

Troubleshooting

  • Invalid Account ID: If the provided Account ID does not exist or is malformed, the API will return an error. Verify the Account ID is correct and exists.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly configured.
  • Permission Denied: If the authenticated user lacks permission to delete the social account, the API will reject the request. Confirm user permissions on TexAu.
  • Network Issues: Connectivity problems may prevent the request from completing. Check network access and TexAu service status.

Links and References

Discussion