# Remove entry from allowlist Remove a single entry from the allowlist Endpoint: DELETE /v3/{domainID}/whitelists/{value} Version: 3.0.0 Security: basicAuth ## Path parameters: - `domainID` (string, required) The id of the domain you want to delete an allowlisted record - `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