Skip to main content
DELETE
/
v1
/
bots
/
{bot_uid}
/
tools
/
{tool_id}
Delete Tool
curl --request DELETE \
  --url https://api.openmic.ai/v1/bots/{bot_uid}/tools/{tool_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as: Authorization: Bearer <your-api-key>

Path Parameters

bot_uid
string
required

The unique identifier of the bot.

tool_id
integer
required

The numeric ID of the tool.

Response

Tool deleted successfully.