Deletes the minted subname.
Last updated 3 months ago
The subname label
"ninja"
The parent ENS domain name
"thenamespace.eth"
Subname successfully deleted.
const response = await fetch('/v1/subname/{label}/{domain}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "status": 400, "path": "text", "error": [ { "property": "text", "value": "text", "message": "text" } ] }