DELETE
/tags/{tagId}Delete a tag
Delete a tag by ID
Parameters
| Name | In | Type | Description |
|---|---|---|---|
tagIdrequired | path | string | Tag ID |
Errors
204Tag deleted401Unauthorized404Tag not foundExample request
curl \
-X DELETE \
"https://feedback.quackback.io/api/v1/tags/:tagId" \
-H "Authorization: Bearer qb_your_api_key_here"