HardDeleteDoc
≥4.9
Interface function
Perform a physical delete operation on the specified document that has been soft deleted.
This operation will delete the related Document, the corresponding File under the Document, and the corresponding Workflow data. This operation is unrecoverable
Request parameter
SoftDeleteDocModel
Parameter | Type | Remarks |
---|---|---|
DataId | String | Document Id |
EntityName | String | Form Alias |
Return data type (Data part)
int, indicating the actual number of documents affected
Input example
{
"DataId": "a75d1183975a4c7f8983c86f37795e27",
"EntityName": "DemoFormAlias"
}