17 lines
230 B
Plaintext
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:
|
||
|
|
}
|