Revoke

Revoke Subname

post
/ens/v1/subname/revoke

Revoke the specified subname

Header parameters
x-api-keystringRequired

The Api Key.

x-signaturestringRequired

The signature.

x-messagestringRequired

The Message.

x-addressstringRequired

The Address.

Body
ensDomainstringRequired

The second-level domain

Example: jan.eth
usernamestringRequired

The username

Example: dev
chainIdnumberRequired

Chain id, we only support Ethereum Mainnet and Sepolia Testnet (1 for mainnet, 11155111 for sepolia)

Example: 11155111
Responses
post
/ens/v1/subname/revoke
default

The Subname was revoked successfully.

Was this helpful?