DeleteComplianceDocTemplate {datarobot} | R Documentation |
Deletes a compliance doc template.
Description
Note that default templates cannot be deleted.
Usage
DeleteComplianceDocTemplate(templateId)
Arguments
templateId |
character. The ID of the template to update. |
Value
Nothing returned, but deletes the compliance doc template.
Examples
## Not run:
templateId <- "5cf85080d9436e5c310c796d"
DeleteComplianceDocTemplate(templateId)
## End(Not run)
[Package datarobot version 2.18.6 Index]