SAP BI Tools · Arazzo Workflow
SAP BI Tools Retire a Content Network Item
Version 1.0.0
Find a private content item by type, delete it from the Content Network, and confirm it is gone.
View Spec
View on GitHub
AnalyticsBusiness IntelligenceData VisualizationReportingSAPArazzoWorkflows
Provider
Workflows
retire-content-item
Delete a private content item and confirm its removal.
Finds the first private content item of a given type, deletes it, then confirms it is gone by checking the read returns a not-found status.
1
findContent
listContentItems
List private content items of the requested type and capture the id of the first match.
2
deleteContent
deleteContentItem
Delete the first matching private content item from the Content Network.
3
confirmGone
getContentItem
Attempt to read the deleted item back; a not-found status confirms the item was removed.