Skip to content

Delete one message

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

Deleted.