Adobe Premiere Pro · Arazzo Workflow
Adobe Premiere Purge Creative Cloud Library
Version 1.0.0
List a library's elements, delete the first one, then delete the library.
View Spec
View on GitHub
AdobeAutomationCreative CloudMediaPremiere ProVideo EditingVideo ProductionArazzoWorkflows
Provider
Workflows
purge-library
Remove an element from a library, then delete the library.
Lists the library's elements, branches on whether any element remains, and when one exists deletes that element before deleting the library; when the library is already empty it deletes the library directly.
1
listElements
getLibraryElements
List the library's elements to determine whether an element must be removed before deleting the library.
2
deleteElement
deleteLibraryElement
Remove the first returned element from the library before deleting the library.
3
deleteLibrary
deleteLibrary
Delete the library itself.