﻿# EntityDeleteAllResponse

Schema definition for EntityDeleteAllResponse

# EntityDeleteAllResponse

Schema definition for EntityDeleteAllResponse

## Schema Viewer

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

## Description

This schema defines the structure and validation rules for EntityDeleteAllResponse.

## Properties

- **entityIds** (array, required): IDs of the removed entities.
- **errorsById** (object): Collections of errors by ids if any.
- **modelId** (string, required): ID of the model.
- **numDeleted** (integer, required): Number of the deleted entities.
- **requestId** (string, required): ID of the original request to get data.

## Related Schemas

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