AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation deletes an existing Event Set by its unique identifier. It is useful in scenarios where you need to programmatically remove event sets from a system, such as cleaning up outdated or irrelevant event data, managing event lifecycle, or automating administrative tasks related to event management.

For example, if you have a list of event sets and want to delete one based on user input or a specific condition, this node operation allows you to specify the event set ID and perform the deletion securely.

Properties

Name Meaning
X USER ID The User Id header value required for authentication or identification in the API call.
Id The numeric identifier of the Event Set to be deleted.

Output

The output JSON typically contains the response from the API after attempting to delete the specified Event Set. This may include confirmation of deletion, status messages, or error details if the deletion failed.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the AvantGuard ConnectSecure service.
  • The node uses the base URL and headers configured in the credentials for making HTTP requests.
  • The X USER ID header must be provided as part of the input properties to identify the user context for the deletion request.

Troubleshooting

  • Missing or invalid X USER ID: The API may reject the request if the user ID header is missing or incorrect. Ensure that a valid user ID string is provided.
  • Invalid or non-existent Event Set ID: If the specified ID does not correspond to any existing Event Set, the API will likely return an error indicating that the resource was not found.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions to delete Event Sets.
  • Network or connectivity issues: Check network access to the API endpoint and ensure the base URL is correct.

Links and References

Discussion