Appearance
Remove feedback tag
DELETE
/v1/feedback/{id}/tags/{tagNameOrId}
Removes the specified tag from the feedback item. If the tag is not currently assigned, the operation is a no-op.
Authorizations
BearerAuth
API token provided in the Authorization header as a Bearer token.
Type
HTTP (bearer)
Responses
Tag successfully removed (or was not present). Returns the list of remaining tags.
application/json
JSON "tags": [ { "id": "019a77e7-5105-774f-ac0b-1b9b18f8366a", "name": "ui" } ]
{
}