Skip to main content
DELETE
/
v1
/
conversations
/
{conversation_id}
/
feedback
Delete Conversation Feedback
curl --request DELETE \
  --url https://api.linqalpha.com/v1/conversations/{conversation_id}/feedback \
  --header 'X-API-KEY: <api-key>'
{
  "error": null,
  "payload": {
    "success": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.linqalpha.com/llms.txt

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

Authorizations

X-API-KEY
string
header
required

Path Parameters

conversation_id
string
required

The unique identifier of the conversation to delete feedback for

Query Parameters

message_id
string

The specific message ID whose feedback should be deleted. If omitted, the last message's feedback is deleted.

Response

Feedback deleted successfully

error
any | null

Error object, null on success

payload
object