Adobe Creative Cloud · Arazzo Workflow
Adobe Creative Cloud Libraries Purge Element
Version 1.0.0
Resolve a library, find its first element, then delete that element to purge it.
Provider
Workflows
libraries-purge-element
Confirm a library, find its first element, and delete that element.
Reads the target library, lists its elements to find the first one, and deletes that element to purge it from the library.
1
getLibrary
getLibrary
Read the target library to confirm it exists before purging.
2
listElements
getElements
List the elements in the library and capture the first element's identifier as the purge target.
3
deleteElement
deleteElement
Delete the first element to purge it from the library.