curl --request DELETE \
--url https://api.hubapi.com/contacts/v1/lists/{list_id}Delete a list in a given HubSpot account, identified by its unique ID. Note that lists can be used by users to trigger marketing automation campaigns, so a good best practice is to only delete the lists that your integration with HubSpot has created.
curl --request DELETE \
--url https://api.hubapi.com/contacts/v1/lists/{list_id}You need to include the ID of the list you're deleting.
Successfully deleted contact list
Was this page helpful?