Delete tag
To delete a tag, you need to know the tag identifier. The sample code uses a tagId of 888. Use the actual ID value of your tag.
Minimum parameters for deleting a tag
The following parameters are the base parameters required to delete a tag.
Delete a tagMinimum configuration sample
curl 'https://mock.blazemeter.com/api/v1/tags/888' \
-X DELETE \
-H 'accept: */*'
Delete a tag request attributes
Attributes
-
tagIdintegerrequired
The tag identifier
Response200 OK
{}