# Unblock email pattern Removes a block from an email pattern or domain to allow signups from it again. The pattern will be normalized before removal to match the stored format. RBAC: requires Users.Moderate Endpoint: DELETE /api/v1/admin/email-block/{pattern} Version: 1.0 Security: ## Path parameters: - `pattern` (string, required) Email pattern to unblock (will be normalized) ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 404 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation