Delete Animations

Introduction

Aspose.Slides Cloud API enables the manipulation of animations within PowerPoint presentations, offering functionality to read, add, and modify them. Use the following method to delete animations from special slides (Master, Layout, or Notes) in presentations.

DeleteSpecialSlideAnimation

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/{slideType}/animation DELETE Deletes animations from a special slide in a presentation saved in a storage. DeleteSpecialSlideAnimation

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file.
slideIndex integer path true The 1-based index of a regular slide.
slideType SpecialSlideType path true The type of a special slide.
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 folder is located.

Example

Delete animations from the Layout of the first regular slide in the document MyPresentation.pptx saved in the default storage.

cURL Solution

SDK Solutions

SDKs

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