AvantGuard - SentinelOne icon

AvantGuard - SentinelOne

AvantGuard - SentinelOne

Actions682

Overview

This node deletes a specific filter identified by its Filter ID from the Filters resource via a web API call. It is useful for automating the removal of filters in systems that manage filtering rules or configurations, such as security or data processing platforms. For example, a user can delete obsolete or unwanted filters programmatically to maintain an up-to-date filter set.

Properties

Name Meaning
Filter Id The unique identifier of the filter to be deleted. This is required to specify which filter the node should remove.

Output

JSON

  • success - Indicates whether the filter deletion was successful (true or false).
  • message - Additional information or confirmation message about the deletion operation.

Dependencies

  • Requires an API key credential to authenticate requests to the external Filters web API service.

Troubleshooting

  • Ensure the provided Filter Id is correct and exists; an invalid or non-existent ID will cause the deletion to fail.
  • Check that the API credentials are valid and have sufficient permissions to delete filters.
  • Network or connectivity issues may prevent the node from reaching the API endpoint; verify network access and base URL configuration.
  • If the API returns an error, review the error message for details such as rate limits, authorization errors, or malformed requests.

Discussion