Skip to main content

Disable Tracking Changes in Word

GenerateDisable Tracking Changes in Word

The Disable Tracking Changes in Word API turns off change tracking in a Word document. You send the document as Base64 (docContent), docName, and optionally async. The API returns the Word document with tracking disabled, removing the tracked-changes interface. Use the tester below to try it; more details are in the sections that follow.

Try the Disable Tracking Changes in Word API

Quick reference

Endpoint: POST /api/v2/DisableTrackingChangesInWord · Required: api-key, docContent, docName

Try it live

Use the form below to send your API key and Word document (Base64). The response is the document with tracking changes disabled. No code required—fill the fields and click Send request.

Loading API Tester...

Overview, parameters, and use cases

What is Disable Tracking Changes in Word?

This endpoint disables the “track changes” feature in a Word document (.doc, .docx). You provide the document (Base64) and output name; the API returns the document with tracking turned off, removing the tracked-changes interface. Use it after review is complete or when you no longer need to record edits.

Key features

  • Track changes off – Disables the track changes feature and removes the tracked changes interface.
  • Supported formats – .doc and .docx (Base64).
  • Async – Use async for large documents.
Best for

Use when you want to finalize a Word document and stop recording changes. Pair with Enable Tracking Changes in Word and Get Tracking Changes in Word for full review workflows.

Prerequisites

Before using this endpoint, make sure you have:

  • A valid PDF4me API key (Get your API Key)
  • A Word document (.docx or .doc) in Base64 format

Response Format

The API returns a Word document with tracking changes disabled.

Get Help