projectdoc Toolbox

Deletes a document property.

Short Name
DELETE
Parent
Type
Extension
Since
1.1
Path
rest/projectdoc/1/document/{id}/property/{name}

Deletes a document property.

Backup your Data!

 

There is no undo!

It is strongly recommended to run commands only on backed-up instances!

Make a backup of your data before starting to work with this API! Consider to run your experiments on a copy of the production data!

If your environment does not support the HTTP PATCH method try to use the patch resource at projectdoc/1/patch/document/{id}/property/{name} as a workaround.

Path Parameter

All path parameters are required to be specified.

name

The name of the requested property.

id

The unique identifier of the requested projectdoc document.

new-version

 Flag to control whether a new version should be created. If set to false, the document is saved without creating a new version. Defaults to true to create a new version.

The parameter is available since version 1.2.

comment

 The optional comment for the version. If no new version is created, the current comment is overridden.

The parameter is available since version 1.2.