Delete Animations

Introduction

Aspose.Slides Cloud API allows you to read, add, and modify animations in PowerPoint presentations. You can also delete animations from a presentation slide using the following method.

DeleteAnimation

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/animation DELETE Deletes animations from a presentation slide. DeleteAnimation

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file saved in a storage.
slideIndex integer path true The 1-based index of a 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 first slide in the document MyPresentation.pptx.

cURL Solution

SDK Solutions

SDKs

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