Skip to main content
DELETE
/
api
/
v1
/
agents
/
{uuid}
Soft-delete an agent
curl --request DELETE \
  --url https://{subdomain}.mihu.ai/api/v1/agents/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "agent_uuid": "<string>",
    "deleted_at": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.mihu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required

Response

Agent deleted

success
boolean

Indicates whether the request completed successfully. True for successful responses; false for documented error responses.

data
object