Follower endpoints
Unfollows a domain
Unfollows a domain
delete/followers/{domain}
Path parameters
domainstring required
The domain name to unfollow
Headers
x-auth-domainstring required
The domain to authorize. Should match the domain specified in the body
x-auth-expiresstring required
The expiration time of the signature
x-auth-signaturestring required
The signature generating using domain owner private key
Request body
Example request
{
"domain": "follow.x"
}Response
Unfollow successful