Skip to main content
DELETE
/
v2
/
agents
/
{uid}
Delete an agent
curl --request DELETE \
  --url https://api.openmic.ai/v2/agents/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "details": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.openmic.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API key obtained from the OpenMic dashboard.

Path Parameters

uid
string
required

The agent UID.

Response

Agent deleted.