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

Authorizations

Authorization
string
header
required

API key obtained from the OpenMic dashboard.

Path Parameters

agent_uid
string
required
tool_id
integer
required

Numeric tool ID.

Response

Tool deleted.