cURL
curl --request DELETE \ --url https://offchain-manager.namespace.ninja/api/v1/subnames/{fullSubname} \ --header 'x-auth-token: <api-key>'
"<any>"
Deletes an existing offchain subname by its full name. Requires a valid API key.
The full subname to delete (e.g., alice.oppunk.eth)
"alice.oppunk.eth"
Subname deleted successfully
The response is of type any.
any
Was this page helpful?