DELETE
/
projects
/
{projectSlug}
/
feedback
/
{feedbackId}
/
comments
/
{commentId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectSlug
string
required

Project slug

feedbackId
string
required

Feedback id

commentId
string
required

Comment id

Response

200 - application/json
id
string
feedback_id
string
reply_to_id
string
user_id
string
content
string
upvotes
number
upvoters
string[]
created_at
string