Delete Blocked Domain
DELETE {{baseUrl}}/api/v1/company/block
This API endpoint allows you to remove a domain from the block list. Domains present in the blocklist are 'blocked' from lookups and will return a specific message indicating that you have blocked them for fraud purposes.
Request Body
{"domain"=>"example.net"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"Block created for example.net."}