remove method

remove(document_field_name)

Removes a field mapping.

def remove(self, document_field_name: str):
    ...
ParameterTypeDescription
document_field_namestrCase-sensitive name of the mail merge field in the document.

See Also