EntityDeleteAllResponse
EntityDeleteAllResponse
Section titled “EntityDeleteAllResponse”Schema definition for EntityDeleteAllResponse
Schema Viewer
Section titled “Schema Viewer”EntityDeleteAllResponse
requestIdstringrequired
ID of the original request to get data.
entityIdsarrayrequired
IDs of the removed entities.
modelIdstringrequired
ID of the model.
numDeletedintegerrequired
Number of the deleted entities.
errorsByIdobject
Collections of errors by ids if any.
Description
Section titled “Description”This schema defines the structure and validation rules for EntityDeleteAllResponse.
Properties
Section titled “Properties”- requestId (string, required): ID of the original request to get data.
- entityIds (array, required): IDs of the removed entities.
- modelId (string, required): ID of the model.
- numDeleted (integer, required): Number of the deleted entities.
- errorsById (object): Collections of errors by ids if any.
Related Schemas
Section titled “Related Schemas”See other schemas in the entity category.