Skip to content
Settings

EntityDeleteAllResponse

Schema definition for EntityDeleteAllResponse

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.

This schema defines the structure and validation rules for EntityDeleteAllResponse.

  • 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.

See other schemas in the entity category.