Skip to main content

deleteTemplate

Permanently delete one or more templates. Returns a list of status objects indicating success or failure for each.

Input

templateDeleteInput

Return Type

[DeleteObjectStatus!]! — each item contains objectId and statusCode.

Example

mutation DeleteTemplate {
deleteTemplate(input: {
templateId: ["dHBsMTIzNDU2"]
}) {
objectId
statusCode
}
}

Export This Article

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