# API: Remove Banned Email Domain

# removeBannedEmailDomain

Remove entry from banned email domain list

# Required parameters

Parameter Description
id ID of banned domain to be removed from blacklist

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=removeBannedEmailDomain&id=ID

# PHP Samples

# Response

{
    "success": true,
    "call": "removeBannedEmailDomain",
    "server_time": 1730115587,
    "info": [
        "Email domain ban removed"
    ]
}
Last Updated: 11/4/2024, 3:41:32 PM