cURL
curl --request DELETE \ --url https://api.openmic.ai/v2/agents/{agent_uid}/tools/{tool_id} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "details": "<string>" }
Permanently removes a tool from the agent.
Documentation IndexFetch the complete documentation index at: https://docs.openmic.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.openmic.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key obtained from the OpenMic dashboard.
Numeric tool ID.
Tool deleted.
Was this page helpful?