1 2 3
mutation TemplateDelete($id: String!, $workspaceId: String) { templateDelete(id: $id, input: { workspaceId: $workspaceId }) }