Delete a Main Sequence

Introduction

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

DeleteAnimationMainSequence

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/animation/mainSequence DELETE Deletes a main animation sequence from a presentation slide. DeleteAnimationMainSequence

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

The document MyPresentation.pptx contains a main animation sequence with an animation effect and two interactive sequences on the first slide. Delete the main animation sequence.

cURL Solution

SDK Solutions

SDKs

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