DELETE /api/v1/chatmessage/ not working #1519
Replies: 1 comment
-
Bug fixed - #1525 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hy guys,
I am struggling with a persistent problem with the Message API
GET /api/v1/chatmessage/{my-chatflowid} returns several hundred messages
DELETE /api/v1/chatmessage/{my-chatflowid} returns {"raw":[],"affected":0}
a subsequent GET /api/v1/chatmessage/{my-chatflowid} confirms that messages have not been deleted
am I miss-using the DELETE endpoint?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions