# Unblock a domain Removes a block from a domain to allow interactions with it again. This triggers background jobs to restore any suspended accounts and content from the domain. RBAC: requires Federation.Manage Endpoint: DELETE /api/v1/admin/domain-block/{domain} Version: 1.0 Security: header ## Path parameters: - `domain` (string, required) Domain name to unblock Example: "spam.example" ## 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