Delete a tag

DELETE /v1/tags/{tagId}

Delete a tag

Path parameters

  • tagId string Required

    The id of the tag

Responses

  • 204

    Tag successfully deleted

  • 400

    Malformed payload

  • 404

    Tag not found

DELETE /v1/tags/{tagId}
curl \
 --request DELETE 'https://openapi.meltingspot.io/v1/tags/{tagId}'