AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node operation deletes applications from the Singularity Marketplace via the Web API. It allows users to specify filters to identify which applications to delete, such as by account IDs, application catalog ID, group IDs, application IDs, or site IDs. This is useful for automating cleanup or management of applications in the Singularity Marketplace, for example, removing obsolete or unauthorized applications based on specific criteria.

Properties

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

Output

JSON

  • success - Indicates whether the delete operation was successful.
  • deletedApplicationIds - List of application IDs that were deleted as a result of the operation.
  • message - Additional information or status message returned from the API after deletion.

Dependencies

  • Requires API authentication credentials to access the Singularity Marketplace Web API, typically an API key or token configured in the node credentials.

Troubleshooting

  • Ensure the filter JSON is correctly formatted and includes valid IDs; malformed JSON or invalid IDs may cause the API to reject the request.
  • Authentication errors may occur if API credentials are missing or invalid; verify credentials are correctly configured.
  • If no applications are deleted, confirm that the filter criteria match existing applications.
  • API rate limits or network issues may cause request failures; check connectivity and API usage limits.

Discussion