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
Example request
{
"domain": "example.net"
}Response
OK
Example response
{
"message": "Block created for example.net."
}