/documents/{docPath}/deleteDocument - Delete a document
This method deletes a document with no dependencies.
End-point
POST | /documents/{docPath}/deleteDocument |
Path parameters
Field | Description |
---|---|
|
Full path of the document in the repository Note: Collection
separators "/" must be encoded as "%7C".
|
Possible response
HTTP Status | Description |
---|---|
200 |
The operation completed successfully |
401 |
There is no session or the session is invalid |
Results field
Field | Type | Description |
---|---|---|
|
Returns the deleted document filepath |