Remove Tag from Item

This endpoint removes a tag from an item.

Request

DELETE https://v2.api.uberflip.com/items/{itemId}/tags/{tagId}
Path Parameters Description
itemId The unique identifier of the item
tagId The unique identifier of the tag

Examples

curl -X DELETE -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/items/{itemId}/tags/{tagsId}

Sample response:

HTTP/1.1 204 NO CONTENT
Content-Type: application/json