To enable the Compliance API, see the setup guide.
Set up the Compliance API刪除對話
DELETE/v1/compliance/apps/chats/{claude_chat_id}
永久刪除對話及所有相關的訊息和檔案。這是無法復原的破壞性操作。
Path parameters
Headers
Returns
刪除對話
cURL
curl https://api.anthropic.com/v1/compliance/apps/chats/$CLAUDE_CHAT_ID \
-X DELETE \
-H "Authorization: Bearer $ANTHROPIC_COMPLIANCE_API_KEY"Response 200
{
"id": "claude_chat_abc123",
"type": "claude_chat_deleted"
}Returns Examples
Response 200
{
"id": "claude_chat_abc123",
"type": "claude_chat_deleted"
}