ConnectApi.ManagedContentItemsDeleteInput

Input representation for asynchronously deleting managed content items.
Property Type Description Required or Optional Available Version
folderIds List<String> List of folder IDs in the managed content space to delete. Each folder and its contents and subfolders are deleted. Required if managedContentIds isn’t specified. Required 68.0
managedContentIds List<String> List of managed content IDs in the managed content space to delete. Required if folderIds isn’t specified. Required 68.0
name String Optional friendly name for the async delete job. If unspecified, a name is autogenerated. Optional 68.0