﻿# EntityDeleteResponse

Schema definition for EntityDeleteResponse

# EntityDeleteResponse

Schema definition for EntityDeleteResponse

## Schema Viewer

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

## Description

This schema defines the structure and validation rules for EntityDeleteResponse.

## Properties

- **entityId** (string, required): ID of the removed entity.
- **model** (object, required): Information about the model of the removed entity.
- **requestId** (string, required): ID of the original request to get data.
- **transactionId** (string, required): ID of the transaction.

## Related Schemas

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