Delete Effects from a Main Sequence

Introduction

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

DeleteAnimationEffect

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/animation/mainSequence/{effectIndex} DELETE Deletes an effect from a main animation sequence on a slide. DeleteAnimationEffect

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.
effectIndex integer path true The 1-based index of an effect to be deleted.
password string header false The password to open the presentation.
folder string query false The path to a folder containing the presentation.
storage string query false The name of the storage contaning the folder.

Example

The document MyPresentation.pptx contains two effects in the main animation sequence on the first slide. Delete the second effect.

cURL Solution

SDK Solutions

SDKs

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