# Unfollows a domain Unfollows a domain Endpoint: DELETE /followers/{domain} Version: 1.0.0 ## Path parameters: - `domain` (string, required) The domain name to unfollow ## Header parameters: - `x-auth-domain` (string, required) The domain to authorize. Should match the domain specified in the body Example: "mydomain.tld" - `x-auth-expires` (string, required) The expiration time of the signature Example: 1765522015090 - `x-auth-signature` (string, required) The signature generating using domain owner private key Example: "b62348775da58077591e2d20506371e8d94a5a83031f34b9ac85845d3463e73b0f0a500875830785c093515806e354cda6c217acab0fce5245d662eff4105f5e1c" ## Request fields (application/json): - `domain` (string) Name of domain to follow Example: "follow.x" ## Response 200 fields ## Response 404 fields