Delete a Folder
delete
/primeapi/restapi/document/folder/{id}
Send a request to this endpoint to delete a folder.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a folder.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
404 Response
The requested folder does not exist, or you do not have access to it.