cURL
curl --request DELETE \ --url https://api.openmic.ai/v1/bots/{bot_uid}/tools/{tool_id} \ --header 'Authorization: Bearer <token>'
Delete a tool from a bot.
API key authentication. Include your API key in the Authorization header as: Authorization: Bearer <your-api-key>
Authorization: Bearer <your-api-key>
The unique identifier of the bot.
The numeric ID of the tool.
Tool deleted successfully.
Was this page helpful?