Delete Interactive Sequences

Introduction

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

DeleteAnimationInteractiveSequences

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/animation/interactiveSequences DELETE Deletes all animation interactive sequences from a presentation slide. DeleteAnimationInteractiveSequences

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.

DeleteAnimationInteractiveSequence

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/animation/interactiveSequences/{sequenceIndex} DELETE Deletes an animation interactive sequence from a presentation slide. DeleteAnimationInteractiveSequence

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.
sequenceIndex integer path true The 1-based index of an interactive sequence to be deleted.
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 sequence with an animation effect and two interactive sequences on the first slide. Delete the second animation interactive sequence.

cURL Solution

SDK Solutions

SDKs

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