Feedback
Delete a Feedback
DELETE
/
projects
/
{projectSlug}
/
feedback
/
{feedbackId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectSlug
string
requiredProject slug
feedbackId
string
requiredFeedback id
Response
200 - application/json
id
string
project_id
string
user_id
string
title
string
description
string
status
string
upvotes
number
comment_count
number
created_at
string
Was this page helpful?