DELETE
/
contacts
/
v1
/
lists
/
{list_id}
Delete a contact list
curl --request DELETE \
  --url https://api.hubapi.com/contacts/v1/lists/{list_id}

Path Parameters

list_id
integer
required

You need to include the ID of the list you're deleting.

Response

204

Successfully deleted contact list