﻿# EntityDeleteAllRequest

Schema definition for EntityDeleteAllRequest

# EntityDeleteAllRequest

Schema definition for EntityDeleteAllRequest

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="EntityDeleteAllRequest"
  category="entity"
  client:load
/>

## Description

This schema defines the structure and validation rules for EntityDeleteAllRequest.

## Properties

- **model** (object, required): Information about the model.
- **pageSize** (integer): Page size.
- **pointInTime** (string): point in time, i.e. delete all that existed prior to this point in time
- **transactionSize** (integer): Transaction size.
- **verbose** (boolean): Include the list of entity ids deleted in the response

## Related Schemas

See other schemas in the [entity](/reference/schemas/entity/) category.