/
[DELETE] /{versionNumber}

[DELETE] /{versionNumber}

/api/dms/objects/{objectId}/versions/{versionNumber}

Description

To delete a content change version of a DMS object, send the request with the objectId and the version number (system:versionNumber) of the DMS object. It is only possible to delete a content change version and not a index data change version. If the digital signature of the content should also be deleted the optional query parameter deleteSignature can be added to the request URI with the value true.

Request
Method

DELETE

Request optional Query Parameter

  • objectTypeId (String): The objectTypeId for the object to be queried. This speeds up the query.

  • deleteSignature (Boolean): If true the digital signature from the content is deleted.

Response Statuscodes

Success: HTTP 204 No Content

Minimum Version

6.2.0

Request
Example

/api/dms/objects/109491/versions/39FEC10D06844B73BB0BCF63F845CD6B
/api/dms/objects/109491/versions/39FEC10D06844B73BB0BCF63F845CD6B?objectTypeId=262144
/api/dms/objects/109491/versions/39FEC10D06844B73BB0BCF63F845CD6B?objectTypeId=262144&deleteSignature=true

 

Related content