bruno/memori-engine/ChatLogs/Removes an existing Chat Log object.bru

17 lines
230 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
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:
}