Skip to main content

DELETE /api/state-machines/:slug/chats/:threadKey

MethodDELETE
Path/api/state-machines/:slug/chats/:threadKey
GroupMachine Chats
Authsession cookie
Sourceshared/api-core/src/routes/machineChats.ts

Call it

curl -X DELETE https://zeqsdk.com/api/state-machines/:slug/chats/:threadKey

Requires an authenticated session — sign in first; the session cookie is sent automatically by the browser/SDK.

Reference