# Remove domain from allowlist Removes a domain from the federation allowlist. This will trigger background jobs to unfederate with the domain and clean up any existing connections. RBAC: requires Federation.Manage Endpoint: DELETE /api/v1/admin/domain-allow/{domain} Version: 1.0 Security: header ## Path parameters: - `domain` (string, required) Domain name to remove from the allowlist Example: "example.com" ## Response 403 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation