1. Prodoctivity Api(FileManager)
Prodoctivity Api(File Manager)
  • Prodoctivity Api(FileManager)
    • Login
      POST
    • Document Delete
      DELETE
    • Document Get All
      GET
    • Document Search
      GET
    • Create/Update Document
      POST
    • Document-Type Get All
      GET
    • Document-Type Search
      GET
    • Documents Filter Search
      POST
  1. Prodoctivity Api(FileManager)

Document Delete

DELETE
/api/documents/{id}
Permanently (or “softly”) removes a document given its ID.
Elimina un documento por su ID.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢204No Content
Success
This response does not have a body.
🟠400Bad Request
🔴500Server Error
🔴500Failure
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://localhost:44397/api/documents/ ' \
--header 'Authorization: Bearer <token>'
Response Response Example
400 - Success
[
    {
        "errorCode": "custom",
        "message": "\"routeParams.documentId\" -> Invalid ID"
    }
]
Modified at 2025-05-12 21:33:06
Previous
Login
Next
Document Get All
Built with