Data Models

BulkDeleteResponse


Properties

Property Type
deletedIds *
array of string
deletedCount *
integer(int32)
totalCount *
integer(int32)

Example

{
  "deletedIds": [],
  "deletedCount": 42,
  "totalCount": 42
}