Delete a Document Folder Structure Template

delete

/api/restapi/folderTemplate/{documentFolderStructureTemplateId}

Send a request to this endpoint to delete a document folder structure template. The application object with an ID value that matches the value of the {documentFolderStructureTemplateId} path parameter will be deleted.

Request

Path Parameters

There's no request body for this operation.

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