Type alias DeleteEmailTemplateByIdArg

DeleteEmailTemplateByIdArg: {
    force?: boolean;
    permanent?: boolean;
    templateId: string;
}

Type declaration

  • Optional force?: boolean

    (Admin only) Delete even if it is protected

  • Optional permanent?: boolean

    If true, delete the template permanently

  • templateId: string