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

Authorizations

Authorization
string
header
required

API key obtained from the OpenMic dashboard.

Path Parameters

uid
string
required

The agent UID.

Response

Agent deleted.