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:
Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
{
"Success": true,
"Result": "Tag 398 has been deleted"
}
{ "Success": true, "Result": "Tag 398 has been deleted" }
{
"Success": true,
"Result": "Tag 398 has been deleted"
}