Delete a Folder and Its Documents - Content REST API - Current - Current - Ready - Hyland Experience - external

Hyland Experience Content REST API

Platform
Hyland Experience
Product
Content REST API
Release
Current
License

Delete a folder and the documents it contains by making API calls to the following endpoints in their listed order. See each endpoint's listed reference section for more information.

  1. To create a new folder, call POST /api/documents/path[docPath] (see Create a Document in a Folder with the Specified Path).
  2. To create new documents in the folder, call POST /api/documents/path[docPath] (see Create a Document in a Folder with the Specified Path).
  3. To return the folder, call GET /api/documents/path[docPath] (see Return the Document with the Specified Path).
  4. Call one of the following endpoints: