Delete Tag

This endpoint deletes a tag.

Request

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

Examples

curl -X DELETE -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/tags/123

Sample response:

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