cURL
curl --request DELETE \ --url https://api.hubapi.com/conversations/v3/conversations/threads/{threadId} \ --header 'Authorization: Bearer <token>'
This response has no body data.
Archives a single thread. The thread will be permanently deleted 30 days after placed in an archived state.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The unique ID of the thread.
Was this page helpful?