DELETE /api/dms/objects/{objectId}
As of Version | product version 1.0 | component version 1.0 |
---|---|
Request Method | DELETE |
Required Permission | action delete >> Roles and Role Sets |
Description | To delete a DMS object send the request with the id of the DMS object as objectId. |
Request Example |
|
Result Example | no result |
Response | Meaning of the response status codes: 200 OKThe DMS object with the ID objectId has been deleted 403 ForbiddenInsufficient permissions to perform a delete action. 404 Not FoundThe DMS object with the ID objectId can not be found. 409 ConflictThe DMS object with the ID objectId could not be deleted due to retention (for more details click here). |