Skip to content
Settings

EntityDeleteAllResponse

Schema definition for EntityDeleteAllResponse

EntityDeleteAllResponse

entityIdsarrayrequired
IDs of the removed entities.
errorsByIdobject
Collections of errors by ids if any.
modelIdstringrequired
ID of the model.
numDeletedintegerrequired
Number of the deleted entities.
requestIdstringrequired
ID of the original request to get data.

This schema defines the structure and validation rules for EntityDeleteAllResponse.

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

See other schemas in the entity category.