Referencia de APIChats / Conversation List
Delete Conversation List
← Back to full API reference
DELETE
/v1/conversation-listAuth required- Validated by Zod schema: deleteConversationListSchema.
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| id | Yes | Type: string |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"id": "00000000-0000-0000-0000-000000000000"
}Sample response
json
{
"success": true
}