Batch Delete Document Folder Structure Templates

delete

/api/restapi/folderTemplate/batch

Send a request to this endpoint to delete one or more document folder structure templates. Objects with ID values that match the values provided in the request body will be deleted.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<Integer>
Type: array
Title: List<Integer>
Show Source
Back to Top

Response

204 Response

Successful operation with no content.

404 Response

The requested document folder structure template does not exist, or you do not have access to it.
Back to Top