This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Removes all data items matching a filter. Runs asynchronously.
This method selects all items that match the specified filter and removes each one. Unlike Bulk Remove Data Items, you don't need to specify individual item IDs. Instead, items are selected by filter.
The operation runs asynchronously and returns a job ID for tracking status. Call Get Async Job Status with the returned job ID to poll for status.
An empty filter removes all items in the collection.
Notes:
FAILED. Some items may already have been removed before the failure.NOT_FOUND.You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.