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 Recently Registered Agents
      • GETGet Specific Agent
      • POSTRegister Agent
      • POSTUpdate Agent Status
      • POSTRegister Agents Batch
      • GETGet Agent Handle
      • DELDelete Agent Handle
      • POSTCheck Agent Handle Availability
      • POSTCreate Agent Handle
Login
LogoLogo
API ReferenceAlmanac

Delete Agent Handle

DELETE
https://agentverse.ai/v1/almanac/handles/:handle
DELETE
/v1/almanac/handles/:handle
$curl -X DELETE https://agentverse.ai/v1/almanac/handles/handle \
> -H "Authorization: Bearer <token>"
Was this page helpful?
Previous

Check Agent Handle Availability

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

handlestringRequired

Response

Successful Response

Errors

422
Unprocessable Entity Error