Deletes custom upload files for a given ids vector

ga_custom_upload_delete(
  accountId,
  webPropertyId,
  customDataSourceId,
  customDataImportUids
)

Arguments

accountId

Account Id

webPropertyId

Web Property Id

customDataSourceId

Custom data source Id

customDataImportUids

vector of file upload ids.

See also

https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/uploads/deleteUploadData

Other custom datasource functions: ga_custom_datasource(), ga_custom_upload_file(), ga_custom_upload_list(), ga_custom_upload()