DELETE /api/dms/objects/{objectId}/contents/file
As of Version | product version 2023 Summer |
---|---|
Request Method | DELETE |
Response Format | JSON |
Required Permission | action Note: The process is internally handled like a content update and therefore does NOT require a |
Description | Removes the binary content file from the DMS object specified by A new object version without the In addition to the above mentioned permissions, the DMS object has to match following requirements:
As the process is internally handled like a content update, the corresponding webhook entry points are passed. |
Request Example |
|
Result Example | The result is a JSON structure containing the updated metadata of the object identified by { "objects": [ { "properties": { "system:objectId": { "value": "6200fcc9-d6b4-43c0-82e7-ac1ed2fa8350" }, "system:baseTypeId": { "value": "system:document" }, "system:objectTypeId": { "value": "document" }, "system:secondaryObjectTypeIds": { "value": [ "system:rmDestructionRetention" ] }, "system:createdBy": { "value": "0d7fd0be-6a0b-4d3b-933c-25e0c4c5d794" }, "system:creationDate": { "value": "2018-09-10T14:35:36.657Z" }, "system:lastModifiedBy": { "value": "0d7fd0be-6a0b-4d3b-933c-25e0c4c5d794" }, "system:lastModificationDate": { "value": "2018-09-10T15:03:17.099Z" }, "system:versionNumber": { "value": 3 }, "system:tenant": { "value": "tenant1" }, "system:traceId": { "value": "7589750308987031207" }, "Name": { "value": "Menschenskinder" } } } ] } |