AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation deletes an existing agent credential mapping in the "Credentials" resource. It is useful when you need to revoke or remove a specific credential association for an agent, for example, when an agent no longer requires access or when cleaning up outdated credentials.

Practical examples:

  • Removing a user's API credential mapping after they leave a project.
  • Revoking access for an agent that should no longer authenticate with certain services.

Properties

Name Meaning
X USER ID The user identifier header value sent with the request to specify which user's context.
Id The numeric identifier of the credential mapping to delete.

Output

The output JSON typically contains the response from the deletion request, which may include confirmation of successful deletion or error details if the operation failed. There is no binary data output for this operation.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard ConnectSecure service.
  • The base URL for the API must be configured in the node's credentials.
  • The node sends HTTP requests with appropriate headers including X-USER-ID.

Troubleshooting

  • Missing or invalid X USER ID header: Ensure the user ID is provided and correctly set; otherwise, the API may reject the request.
  • Invalid or non-existent Id: If the credential mapping ID does not exist, the API will likely return an error indicating the resource was not found.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network or connectivity issues: Confirm that the base URL is reachable and correct.

Links and References

Discussion