curl --request DELETE \
--url https://api.hubapi.com/crm/v3/lists/{listId} \
--header 'Authorization: Bearer <token>'This response has no body data.Delete a list by ILS list ID. Lists deleted through this endpoint can be restored up to 90-days following the delete. After 90-days, the list is purged and can no longer be restored.
curl --request DELETE \
--url https://api.hubapi.com/crm/v3/lists/{listId} \
--header 'Authorization: Bearer <token>'This response has no body data.Was this page helpful?