Remove watermark
Purpose
To delete the watermark from the document.
HTTP Request URL
https://writer.zoho.com/writer/officeapi/v1/document/watermark
Request Parameters
| Parameter | Data Type | Description |
| Mandatory Parameters | ||
| apikey | 423s***** | Uniquely identifies the web application in which the Writer editor is integrated. |
Body Parameters
| Parameter | Value | Description |
| Mandatory Parameters | ||
| document or url | File or String | Method of providing the input file depending on its location. document - if the input file is from your local drive or desktop. url - if the input file is from a publicly accessible Web URL. |
Sample Request
Copiedcurl --location --request POST "https://writer.zoho.com/writer/officeapi/v1/document/watermark" \
--form "apikey=423s*****" \
--form "document=@"Sample Response
The response will be in the form of bytes.