Skip to main content

archiveTemplate

Archive or restore a template.

Input

templateArchiveInput

Return Type

ID

Example

mutation ArchiveTemplate {
archiveTemplate(input: {
templateId: ["dHBsMTIzNDU2"]
restore: false
})
}

Restore a template

mutation RestoreTemplate {
archiveTemplate(input: {
templateId: ["dHBsMTIzNDU2"]
restore: true
})
}

Export This Article

Save a copy of this page as PDF or plain text.