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
{
}