Request URL

DELETE https://api.dotcom-monitor.com/config_api_v1/tag/{tag_id}

The specified tag will be deleted and all devices tagged with the tag will be untagged.

Path Parameters

Field Type Required Description
tag_id

string

true

The unique id of the tag you want to delete.
Success Response:
{
"Success": true,
"Result": "Tag 398 has been deleted"
}