Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

As of Versionproduct version 1.0 | component version 1.0
Request MethodDELETE
Required Permissionaction delete
>> 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.
Deleting the active version is not possible.

A delete permission on the active version of the object is required.

Request Example
/api/dms/objects/950f1e3a-829b-473d-97c5-9ea0a94706f6/versions/2
Result Example
Meaning of the response status codes:

200 OK

The DMS object with the ID objectId has been deleted

404 Not Found

The DMS object with the ID objectId can not be found.

  • No labels