Delete Tag
To delete a tag, you need to know the tag identifier. The sample code uses a tagId of 888 and a workspaceId of 123456. Use the actual ID value of your tag and workspace.
Minimum Parameters for Deleting a Tag
The following parameters are the base parameters required to delete a tag.
Delete a Tag Request Attributes
Attributes
-
tagIdintegerrequired
The tag identifier
Delete a TagMinimum Configuration Sample
curl 'https://a.blazemeter.com/api/v4/workspaces​/123456/tags​/888' \
-X DELETE \
-H 'accept: */*'
Response200 OK
{
}