sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb in hubspot-api-client-7.1.0 vs sample-apps/companies-app/app/lib/services/hubspot/associations/delete.rb in hubspot-api-client-7.1.1
- old
+ new
@@ -6,10 +6,10 @@
@company_id = company_id
@contacts_ids = contacts_ids
end
def call
- ::Hubspot::Crm::Associations::BatchApi.new.archive_batch(
+ ::Hubspot::Crm::Associations::BatchApi.new.archive(
'companies',
'contacts',
batch_input_public_association: association,
auth_names: 'oauth2'
)
\ No newline at end of file