ClassesOn this pageBatchDeleteResult Result of a batch delete operation containing successfully deleted and failed requests.Index Propertiesmodel_configprocessed_requestsunprocessed_requestsProperties model_configmodel_config: Undefinedprocessed_requestsprocessed_requests: list[DeletedRequest]Requests that were successfully deleted from the request queue.unprocessed_requestsunprocessed_requests: list[RequestDraft]Requests that failed to be deleted and can be retried.
Result of a batch delete operation containing successfully deleted and failed requests.