Learn R Programming

datarobot (version 2.18.6)

DeleteComplianceDocTemplate: Deletes a compliance doc template.

Description

Note that default templates cannot be deleted.

Usage

DeleteComplianceDocTemplate(templateId)

Value

Nothing returned, but deletes the compliance doc template.

Arguments

templateId

character. The ID of the template to update.

Examples

Run this code
if (FALSE) {
  templateId <- "5cf85080d9436e5c310c796d"
  DeleteComplianceDocTemplate(templateId)
}

Run the code above in your browser using DataLab