GraphQLReferenceMutationsdeleteTemplateTagOn this pagedeleteTemplateTag Delete a tag from a template. Input templateTagDeleteInput Return Type ID Example mutation RemoveTag { deleteTemplateTag(input: { templateId: "dHBsMTIzNDU2" tag: "employment" })} Related createTemplateTag Template type