Skip to main content

Remove a list of domains from Cyber Shield Allow List.

Body parameter
{
  "domains": [
    "string"
  ]
}

Parameters

Name

In

Type

Required

Description

body

body

RemoveDomainsRequest

true

none

» domains

body

[string]

false

none

Responses

Status

Meaning

Description

Schema

200

OK

OK

None

400

Bad Request

Bad Request

ErrorResponse

401

Unauthorized

Unauthorized

None

429

Too Many Requests

Too Many Requests

None

500

Internal Server Error

Internal Server Error

ErrorResponse

{
  "errorDetails": {
    "property1": [
      {
        "errorCode": "string",
        "message": "string",
        "params": {
          "property1": {},
          "property2": {}
        }
      }
    ],
    "property2": [
      {
        "errorCode": "string",
        "message": "string",
        "params": {
          "property1": {},
          "property2": {}
        }
      }
    ]
  },
  "errorMessage": "string",
  "statusError": "string"
}

Response Schema

To perform this operation, you must be authenticated by means of one of the following methods: oauth