Feedback Tags
Delete a Feedback Tag
DELETE
/
projects
/
{projectSlug}
/
feedback
/
tags
/
{tagName}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
projectSlug
string
requiredProject slug
tagName
string
requiredTag name
Response
200 - application/json
id
string
project_id
string
name
string
color
string
created_at
string
Was this page helpful?