Learn R Programming

datarobot (version 2.16.0)

DeleteComplianceDocTemplate: 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

Run this code
# NOT RUN {
  templateId <- "5cf85080d9436e5c310c796d"
  DeleteComplianceDocTemplate(templateId)
# }

Run the code above in your browser using DataLab