AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation deletes applications from the Singularity Marketplace by sending a filtered delete request to the Web API. It is useful for automating the removal of specific marketplace applications based on criteria such as account IDs, application catalog IDs, group IDs, application IDs, or site IDs. For example, an administrator can use this node to bulk delete applications associated with certain accounts or groups to maintain or update the marketplace inventory.

Properties

Name Meaning
Filter A JSON object specifying criteria to filter which marketplace applications to delete. It supports filtering by account IDs, application catalog IDs, group IDs, application IDs, and site IDs. The filter is sent in the request body to identify the target applications for deletion.

Output

JSON

  • response - The JSON response from the API after attempting to delete the specified marketplace applications. It typically contains status information or details about the deletion result.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard SentinelOne API.
  • Depends on the '@avantguardllc/n8n-openapi-node' package for OpenAPI integration.

Troubleshooting

  • If the filter JSON is malformed or missing required fields, the API may reject the request. Ensure the filter JSON is correctly formatted and includes valid IDs.
  • Authentication errors may occur if the API key credential is missing or invalid. Verify that the API credentials are correctly configured.
  • If no applications match the filter criteria, the API may return an empty result or a message indicating no deletions were performed.
  • Network or connectivity issues with the API endpoint can cause request failures. Check the base URL and network access.

Discussion