botruntime
API ReferenceChat API

Delete Conversation

Permanently deletes a [Conversation](#schema_conversation). It cannot be undone. Also immediately deletes corresponding [Messages](#schema_message).

DELETE
/v1/chat/conversations/{id}

Path Parameters

id*string

Conversation id

Header Parameters

x-bot-id*string

Bot id

x-integration-id?string

Integration id

x-integration-alias?string

Integration alias

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/chat/conversations/string" \  -H "x-bot-id: string"
{}
{}