The “Delete Slide” Action

This action will permanently remove specified slides from a presentation. It is often used to remove skipped slides from a presentation prior to export or distribution.

NOTE: Slides removed by this action may not be recoverable. Use with caution.

The Action Information

Input:This action accepts AppleScript references to the slides to be deleted. NOTE:
  • If no reference is provided as input, the action will assume the current slide of the frontmost document is the slide to be removed.

  • If a document reference is provided as input, the action will assume the current slide of the referenced document is the slide to be removed.

Output:An AppleScript reference to the document from which slides were removed.
Parameters:

This action has no user-settable parameters.

Related:

Other actions that often precede this action:

  • Get Specified Slide

The Action Interface

The interface for the Delete Slide action

TOP | CONTINUE