Skip to main content
DELETE
Delete conversation
Soft-deletes the conversation (status becomes deleted) after verifying ownership. The payload simply confirms { deleted: true, conversation_id }, allowing the client to optimistically remove the thread locally.

Authorizations

Authorization
string
header
required

Auth0 access token for registered users.

Path Parameters

conversationId
string
required

Conversation ID (24 character MongoDB ObjectId).

Required string length: 24

Response

Conversation deleted.

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required