v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
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

domainstring

Name of domain to follow

Example request

{
  "domain": "follow.x"
}

Response

Unfollow successful