dms.DeletePDFAnnotations

This job deletes one or more PDF annotations from a DMS object. The annotations to delete are passed as a JSON document (typically containing only IDs).

This job is not listed in the official enaio® DMS engine overview. This description was reconstructed from the call code of the enaio-jobs-custom template. On the server, the job prefix is uppercase (DMS.DeletePDFAnnotations); enaio® servers accept both spellings.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Reserved; always pass 0.

JSON

BASE64

Yes

Annotations to delete, in JSON format (at minimum their IDs).

2. Return Value

(INT): 0 = job successful, otherwise error code.

For further return values see Error Codes.

3. Required Roles

The caller needs the following system roles:

  • 81 — Client: View preview annotations

  • 82 — Client: Edit preview annotations

4. See Also