Skip to main content

Remove a list of domains from Cyber Shield Block List

Description

An endpoint to remove domains from the Block List of Cyber Shield. For ex:

POST /api/beta/cybershield/block-list-remove-domains
{
  "domains": [
    "sample.domain.com"
  ]
}

This request is going to remove the existing entry in the Cyber Shield Block List with the domain sample.domain.com. Only the line with this domain is going to be modified, any preceding or following lines would be left untouched.

domains (Type: List) - A list of domains to remove. (mandatory).

(list item) - An FQDN domain name. Unique in the list. (mandatory).

Parameters

Name

In

Type

Required

Description

body

body

object

true

body

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

Responses

Status

Meaning

Description

200

OK

OK

201

Created

Entity created

400

Bad Request

Bad Request

401

Unauthorized

Unauthorized

403

Forbidden

Access Forbidden

404

Not Found

Not Found

406

Not Acceptable

Not Acceptable

429

Too Many Requests

Too Many Requests

500

Internal Server Error

Internal Server Error

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