bruno/memori-engine/ChatLogs/Removes an existing Chat Log object.bru
2025-03-26 16:08:31 +02:00

17 lines
230 B
Plaintext

meta {
name: Removes an existing Chat Log object.
type: http
seq: 6
}
delete {
url: {{baseUrl}}/memori/v2/ChatLog/:strSessionID/:strChatLogID
body: none
auth: none
}
params:path {
strSessionID:
strChatLogID:
}