cURL
curl --request DELETE \ --url https://api.flipsidecrypto.xyz/public/v3/chat-sessions/{id} \ --header 'x-api-key: <api-key>'
{ "error": "<string>" }
Delete a chat session by ID. The session must belong to the authenticated user’s organization. The record is archived before removal.
The chat session ID (may be UUID or legacy string format)
Chat session deleted successfully
Was this page helpful?