Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

StatuscolourBluetitlev2.0

Page Properties
hiddentrue
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje08 FEB 20212.4New page properties macro.



Excerpt
This tutorial explains how documents can be deleted using the Core API with the help of a Java client. This tutorial requires basic knowledge of importing documents using the Core API.

Check out our graphical overview of the architecture which describes the basic use case flow for deleting content.

Section
bordertrue


Column

Table of Contents

Table of Contents
exclude(Table of Contents|More Tutorials|Importing Documents|Retrieving Documents|Updating Documents)


Requirements

To work through this tutorial, the following is required:

  • Set-up yuuvis® API system (see

...

...

Table of Contents

...

Maven Configuration

Our Java client will submit its requests to the Core API using OkHttp 3.12 by Square, Inc. Therefore, the following block must be added to the Maven dependencies in the pom.xml of the project:

...

Deleting compound documents is different. This article describes what compound documents are and what to consider when deleting compound documents.

...