Skip to main content
DELETE
Delete Chat
Deletes a chat session by ID.

Usage

Path Parameters

Response

Returns 204 No Content with an empty body on success.

Notes

Authentication required. The authenticated user must own the chat session.
This permanently deletes the chat session. Chat history (messages) is not automatically deleted — use Delete Chat History first if you want to clear messages.

Authorizations

Authorization
string
header
required

API token generated from your Splox account settings. Create tokens at https://app.splox.io/account?tab=settings

Path Parameters

id
string<uuid>
required

Chat ID

Response

Chat deleted successfully (empty body)