Sign in

Delete tag by ID

documented

Delete the tag identified by tag_id and untag related devices.

DELETE /config_api_v1/tag/{tag_id}Tagsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.dotcom-monitor.com/config_api_v1/login" \
  -X POST \
  -H "Content-Type: application/json" \
  -d '{"UID": "{{$uid}}"}' \
  && npx -y keychains@latest curl -b cookies.txt -X DELETE "https://api.dotcom-monitor.com/config_api_v1/tag/{{$tag_id}}" \
  -H "Accept: application/json"
Delete tag by ID · Dotcom-Monitor · OpenIntegrations