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