Skip to content

Close a Health Navigator conversation

PATCH
/v2/health-navigator/conversations/close
curl --request PATCH \
--url https://example.com/v2/health-navigator/conversations/close \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "conversationId": "example" }'
Media typeapplication/json
object
conversationId
required
string
Examplegenerated
{
"conversationId": "example"
}

Conversation closed.