Delete a File
delete
/primeapi/restapi/document/file/{id}
Send a request to this endpoint to delete a file. The application object with an ID value that matches the value of the {id} path parameter will be deleted.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a file.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
404 Response
The requested file does not exist, or you do not have access to it.