Boolean value indicating if the dmsObject was completly deleted (aka: You just deleted the first version)
import { deleteCurrentDmsObjectVersion } from "@dvelop-sdk/dms";
await deleteCurrentDmsObjectVersion({
systemBaseUri: "https://steamwheedle-cartel.d-velop.cloud",
authSessionId: "dQw4w9WgXcQ"
}, {
repositoryId: "qnydFmqHuVo",
sourceId: "/dms/r/qnydFmqHuVo/source",
dmsObjectId: "GDYQ3PJKrT8",
reason: "This shall be gone! Tout de suite!"
});
Deletes the current (last) version of a DmsObject. The version before that automatically becomes the current version.
Boolean value indicating if the dmsObject was completly deleted (aka: You just deleted the first version)
import { deleteCurrentDmsObjectVersion } from "@dvelop-sdk/dms";
await deleteCurrentDmsObjectVersion({
systemBaseUri: "https://steamwheedle-cartel.d-velop.cloud",
authSessionId: "dQw4w9WgXcQ"
}, {
repositoryId: "qnydFmqHuVo",
sourceId: "/dms/r/qnydFmqHuVo/source",
dmsObjectId: "GDYQ3PJKrT8",
reason: "This shall be gone! Tout de suite!"
});
Deletes the current (last) version of a DmsObject. The version before that automatically becomes the current version.