Web Presence Review Blocklist

Delete Blocked Domain

This API endpoint allows you to remove a domain from the block list. This API requires a valid API key (X-API-KEY) to be provided in the headers and is rate limited to 5 requests per second.

delete/api/v1/company/block

Request body

domainstring required

The domain to be blocked.

Example request

{
  "domain": "example.net"
}

Response

OK

messagestring required

Example response

{
  "message": "Block created for example.net."
}