curl --request DELETE \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/threads/{threadId} \
--header 'Authorization: Bearer <token>'This response has no body data.Delete a specific conversation thread in your HubSpot account. This operation will permanently remove the thread identified by the threadId from the system. It is useful for managing and cleaning up conversation data.
curl --request DELETE \
--url https://api.hubapi.com/conversations/conversations/2026-09-beta/threads/{threadId} \
--header 'Authorization: Bearer <token>'This response has no body data.Was this page helpful?