mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-12 13:29:08 +00:00
9 lines
No EOL
196 B
Python
9 lines
No EOL
196 B
Python
from etl.hubSpotClient.hubspotClient import HubSpotClient
|
|
|
|
def handler(event, context):
|
|
nums = [
|
|
]
|
|
|
|
hubspot = HubSpotClient()
|
|
for num in nums:
|
|
hubspot.delete_line_item(num) |