View source: R/delete-metadata.R
sf_delete_metadata | R Documentation |
This function takes a request of named elements in Salesforce and deletes them.
sf_delete_metadata( metadata_type, object_names, control = list(...), ..., all_or_none = deprecated(), verbose = FALSE )
metadata_type |
|
object_names |
a character vector of names that we wish to read metadata for |
control |
|
... |
arguments passed to |
all_or_none |
|
verbose |
|
A data.frame
containing the creation result for each submitted metadata component
sf_list_metadata
, Salesforce Documentation
## Not run: metadata_info <- sf_delete_metadata(metadata_type = 'CustomObject', object_names = c('Custom_Account25__c')) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.