AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node allows users to delete a scheduler entry by specifying its unique identifier. It is useful in scenarios where scheduled tasks or jobs need to be programmatically removed from a system, such as canceling automated reports, stopping recurring notifications, or managing timed workflows.

For example, if you have a scheduler that triggers email reminders every week, and you want to stop these reminders for a specific user or task, this node can delete the corresponding scheduler entry by its ID.

Properties

Name Meaning
X USER ID The User Id header value used for authentication or identification in the API request.
Id The unique numeric identifier of the scheduler entry to be deleted.

Output

The node outputs JSON data representing the response from the delete operation. Typically, this will confirm whether the deletion was successful or provide error details if it failed.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating requests to the external service.
  • Needs the base URL of the API configured in the node credentials.
  • Depends on the external scheduler management API provided by AvantGuard (or similar service).

Troubleshooting

  • Missing or invalid X USER ID: Ensure the "X USER ID" property is correctly set; otherwise, the API may reject the request due to missing authentication or identification.
  • Invalid Scheduler Id: Providing a non-existent or incorrect scheduler ID will result in an error indicating the resource was not found.
  • API connectivity issues: Network problems or incorrect base URL configuration can cause failures; verify API endpoint accessibility.
  • Permission errors: If the API key or user does not have rights to delete schedulers, the operation will fail with authorization errors.

Links and References

Discussion