mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +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) |