Skip to content

Delete conversation

Open in ChatGPT Open in Claude
DELETE
/v1/conversation/{conversationId}
curl --request DELETE \
--url https://api.foldspace.ai/v1/conversation/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'X-FOLDSPACE-API-KEY: <X-FOLDSPACE-API-KEY>'

Deletes a conversation by its conversation ID.

conversationId
required
string format: uuid

UUID of the conversation to delete

Conversation deleted successfully

Unauthorized

Media type */*
string
Example
{
"error": "Unauthorized"
}

Conversation not found

Media type */*
string
Example
{
"error": "Conversation not found"
}

Rate limit exceeded for subscription

Media type */*
string
Example
{
"error": "Rate limit exceeded for subscription"
}

Internal server error

Media type */*
string
Example
{
"error": "Internal server error"
}