Type alias BatchReplaceDeleteResponse

BatchReplaceDeleteResponse: {
    unprocessedDescriptors: BatchReplaceDeleteDescriptor[];
}

Response from batchReplaceDelete. Contains unprocessed items.

Type declaration

  • unprocessedDescriptors: BatchReplaceDeleteDescriptor[]

    The items that were not processed in this call. You will need to resubmit them to the API in a subsequent call.

Generated using TypeDoc