Delete a Watermark

Introduction

PowerPoint slides may contain watermarks, which are text or graphic elements added to the slide to provide a specific visual effect or to protect the document from copying. The following methods allow you to delete watermarks from a PowerPoint document.

DeleteWatermark

API Information

API Type Description Resource
/slides/{name}/watermark/delete DELETE Deletes watermark shapes from the presentation saved to a storage. DeleteWatermark

Request Parameters

Name Type Location Required Description
name string path true The presentation file name.
shapeName string query false The name of the watermark shapes. If the value is null, the default value of “watermark” is used.
password string header false The password to open the presentation.
folder string query false The folder where the presentation file is located.
storage string query false The storage where the presentation file is located.

In case of Amazon S3 storage folder path starts with Amazon S3 bucket name.

Examples

Delete watermark shapes from the document MyPresentation.pptx saved to the default storage.

cURL Solution

SDK Solutions

DeleteWatermarkOnline

API Information

API Type Description Resource
/slides/watermark/delete POST Deletes watermark shapes from the presentation saved to a local file. DeleteWatermarkOnline

Request Parameters

Name Type Location Required Description
document file formData true The presentation file.
shapeName string query false The name of the watermark shapes. If the value is null, the default value of “watermark” is used.
password string header false The password to open the presentation.

In case of Amazon S3 storage folder path starts with Amazon S3 bucket name.

Examples

Delete watermark shapes from the document MyPresentation.pptx saved to a local file.

cURL Solution

SDK Solutions

SDKs

Check Available SDKs to learn how to add an SDK to your project.