DELETE /api/dms/objects/{objectId}/versions/{versionNr}
As of Version | product version 1.0 | component version 1.0 |
---|---|
Request Method | DELETE |
Required Permission | action delete and
>> Roles and Role Sets |
Description | To delete a specific version of an object, send the request with the ID of the object as objectId and the version number as versionNr. A |
Request Example |
|
Result Example | Meaning of the response status codes: 200 OKThe DMS object with the ID objectId has been deleted 404 Not FoundThe DMS object with the ID objectId can not be found. |