# Remove entry from allowlist

Remove a single entry from the allowlist

Endpoint: DELETE /v3/{domain_name}/whitelists/{value}
Version: 3.0.0
Security: basicAuth

## Path parameters:

  - `domain_name` (string, required)
    Domain to delete the allowlist entry from

  - `value` (string, required)
    The address to remove

## Response 200 fields (application/json):

  - `message` (string, required)
    Response message

  - `value` (string, required)
    Domain or address

## Response 404 fields (application/json):

  - `message` (string, required)
    Response message


