Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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