Skip to main content
POST
/
delete-conversation
Delete Conversation
curl --request POST \
  --url https://api.example.com/delete-conversation

Documentation Index

Fetch the complete documentation index at: https://docs.nivara.io/llms.txt

Use this file to discover all available pages before exploring further.

Delete Conversation

Endpoint for deleting a saved conversation.

Request Body

FieldTypeRequiredDescription
conversation_idintegerYesID of the conversation to delete

Responses

StatusDescriptionContent Type
200Conversation deletedapplication/json

Response

200 - application/json

Successful Response