Bulk delete events using filter query

delete

/sia/v1/event/selectAllDelete

Delete the events in bulk matching the given smart search filters criteria. The delete operation is performed on all events that match the smart search filters. Events with document IDs specified in excludeList are skipped from the delete operation.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : excludeList
Type: array
List of entity document IDs which should be excluded from applying delete operation.
Show Source
Nested Schema : filters
Type: array
Applied filters defining a smart search query.
Show Source
Nested Schema : SmartSearchFilterChip
Type: object
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Events deleted successfully.
Body ()
Root Schema : BulkOperationResult
Type: object
Show Source
Nested Schema : errors
Type: array
Error records to store the information of the failed operations on the entities.
Show Source
Nested Schema : ErrorRecord
Type: object
Show Source
Examples

400 Response

The request isn't valid
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

401 Response

The request is unauthorized
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

403 Response

The request is forbidden
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

404 Response

The requested resource not found
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source

500 Response

An Internal Server Error has occurred
Body ()
Root Schema : ErrorType
Type: object
Show Source
Nested Schema : message
Type: array
Show Source
Back to Top