v10

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-0582185581.9 KB
Conversations

Delete conversation

Delete a conversation by its ID.

Overview:

Performs a soft delete by setting isDeleted: true. The conversation is removed from listings but preserved in the database. All citations referenced by messages in the conversation are also soft-deleted.

Permissions:

The conversation initiator can always delete. Users the conversation has been shared with may delete it only when their sharedWith.accessLevel is write.

delete/conversations/{conversationId}

Path parameters

conversationIdstring objectId required

Unique conversation identifier

Response

Conversation deleted successfully

idstring objectId

Identifier of the conversation that was deleted

status'deleted'

Outcome of the operation

deletedAtstring date-time

Timestamp when the conversation was marked deleted

deletedBystring objectId

Identifier of the user who performed the delete

citationsDeletedinteger

Number of citations soft-deleted alongside the conversation