Fields

Fields
ParameterDescription
resourceIds
List<String>
requiredThe unique ID of the resource (file or folder) to be deleted.
resourceType
String
requiredValid Values: file or folder.
driveId
String
requiredRequired for Google Drive and SharePoint. Retrieve this from the Content Library tab in Salesforce using the "View Metadata" button.

Constructors

global DeleteResourcesInput(
  List<String> resourceIds,
  String resourceType,
  String driveId
)