Skip to content

Delete a conversation

POST
/conversation/delete
curl --request POST \
--url https://api.harperharbor.com/open/v1/conversation/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "conversationId": "example" }'
Media typeapplication/json
object
conversationId
required
string
Examplegenerated
{
"conversationId": "example"
}

Deleted.