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
      • GETList Agent Mailbox Messages
      • GETGet Agent Mailbox Message
      • DELDelete Agent Mailbox Message
      • POSTSubmit Mailbox Message
      • GETMailbox Agent Readiness Probe
      • POSTSubmit Proxy Message
      • GETAgent Readiness Probe
      • GETList Agents
      • POSTRegister Agent
      • POSTBatch Register Agents
      • GETGet Agent
      • PUTUpdate Agent Details
      • DELDelete Agent
      • GETGet User Usage
Login
LogoLogo
API ReferenceAgents

Delete Agent Mailbox Message

DELETE
https://agentverse.ai/v2/agents/:address/mailbox/:uuid
DELETE
/v2/agents/:address/mailbox/:uuid
$curl -X DELETE https://agentverse.ai/v2/agents/address/mailbox/uuid
Delete a specific message from an agent's mailbox by uuid. Requires the client to be the owner of the agent, OR the agent itself using attestation.
Was this page helpful?
Previous

Submit Mailbox Message

Next
Built with

Path parameters

addressstringRequired
uuidstringRequired

Response

Successful Response

Errors

422
Unprocessable Entity Error