Skip to main content
DELETE
/
conversations
/
{conversation_id}
Error
A valid request URL is required to generate request examples
{
  "status": 400,
  "code": "not_chat_app",
  "message": "Please check if your app mode matches the right API route."
}

Authorizations

Authorization
string
header
required

API Key 認証です。すべての API リクエストにおいて、Authorization HTTP ヘッダーに Bearer プレフィックスを付けた API Key を含めてください。例:Authorization: Bearer {API_KEY}API Key はサーバーサイドに保存し、クライアントサイドで共有・保存しないことを強く推奨します。API Key の漏洩は深刻な結果につながる可能性があります。

Path Parameters

conversation_id
string
required

会話 ID。

Body

application/json
user
string

ユーザー識別子です。

Response

会話の削除に成功しました。コンテンツは返されません。