[DELETE] /{objectId}
/api/dms/objects/{objectId}
Description | Use this endpoint to delete an object to the recycle bin or permanently. To delete a object permanently the query parameter hardDelete must be added with the value true. If a folder or register together with their children should be deleted a cascade deletion must be triggered with the query parameter cascadeDelete and the value true. With the query parameter hardDelete set it is also possible to delete objects permanently which are in the recycle bin. Here must also set the cascade deletion if a folder or register together with their child objects should be delete permanently. For the recycle bin there is also a own endpoint for deletion. |
|---|---|
Request | DELETE |
Request optional Query Parameter |
|
Response |
|
Minimum Version | 3.0.0 |
Changelog |
|
Request | /api/dms/objects/2563?location=1411&cascadeDelete=true |