Delete domain names

Prev Next

Deletes the domain names.

API URL

POST https://<host>/wsapis/v2.0.0/devicemgmt/mgmtinterface/domain/static?operation=delete

Sample curl requests

Delete single:

curl -skg -H "$auth-token" https://172.16.12.151/wsapis/v2.0.0/devicemgmt/mgmtinterface/domain/static?operation=delete -d '["eng222.fireeye.com"]' -H 'content-type:application/json'
{
"error": false,
"message": "Element(s) deleted"
}

Delete multiple:

curl -skg -H "$auth-token" https://172.16.12.151/wsapis/v2.0.0/devicemgmt/mgmtinterface/domain/static?operation=delete -d '["eng111.fireeye.com", "eng222.fireeye.com"]' -H 'content-type:application/json'
{
  "error": false,
  "message": "Element(s) deleted"
}

Availability

This command is available on the following platforms:

  • Network Security

  • Helix Enterprise

Authentication

Standard WSAPI authentication

Response mime type

application/json