DELETE
/
api
/
v1
/
subnames
/
{fullSubname}
Delete a subname
curl --request DELETE \
  --url https://offchain-manager.namespace.ninja/api/v1/subnames/{fullSubname} \
  --header 'x-auth-token: <api-key>'
"<any>"

Authorizations

x-auth-token
string
header
required

Path Parameters

fullSubname
string
required

The full subname to delete (e.g., alice.oppunk.eth)

Example:

"alice.oppunk.eth"

Response

Subname deleted successfully

The response is of type any.