For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Login
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
      • GETGet User Domains
      • POSTCreate User Domain
      • GETGet User Domain
      • PUTUpdate User Domain
      • DELDelete User Domain
      • GETGet Domain Dns Txt
      • PUTUpdate User Username
      • GETGet User By Id
      • DELDelete User
      • PUTUpdate User Mail
      • GETCheck Username Available
      • GETSearch Users
Login
LogoLogo
API ReferenceUsers

Delete User Domain

DELETE
https://agentverse.ai/v2/users/domains/:domain_name
DELETE
/v2/users/domains/:domain_name
$curl -X DELETE https://agentverse.ai/v2/users/domains/domain_name
Delete a domain registration. The domain must be owned by the authenticated user. If the domain is in PENDING or CHECKING status, deletion is not allowed. If the domain is REGISTERED, it will be marked as DELETING and a background worker will remove it from the smart contract. FAILED domains are deleted immediately.
Was this page helpful?
Previous

Get Domain Dns Txt

Next
Built with

Path parameters

domain_namestringRequired

Errors

422
Unprocessable Entity Error