DestroyDraft method

Removes the draft of an object. The children of the draft object (if any) are removed as well. This method can be used to cancel the work on the draft of an object. For example, if you had created a draft of a sheet that is published, you might not want anymore to replace the published sheet.

The operation is successful if qSuccess is set to true.



Parameters

Name Description Mandatory Type
qId

Identifier of the draft object to remove.

Yes String
qSourceId

Identifier of the source object (the object from which a draft was created).

Yes String

Returns

Name Description Type
qSuccess

<true or false>

Boolean