cURL
curl --request DELETE \ --url https://api.openmic.ai/h/v2/agents/{agent_uid}/tools/{tool_id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "details": "<string>" }
Permanently removes a tool from the agent.
API key obtained from the OpenMic dashboard.
Numeric tool ID.
Tool deleted.
Was this page helpful?