Synvo API EndpointsSession & Feedback Management

[POST] Delete Message Feedback

Delete message feedback

Removes any existing feedback (like/dislike) from a message

DELETE
/ai/feedback/{cuid}
X-API-Key<token>

In: header

Path Parameters

cuidstring

Response Body

curl -X DELETE "https://api.synvo.ai/ai/feedback/string"
{
  "success": true,
  "cuid": "string",
  "message": "string"
}
Empty
Empty