cURL
curl --request DELETE \ --url https://api.openmic.ai/v1/bots/{uid} \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "message": "<string>" }
Delete a bot by its UID.
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.
Bearer token authentication using API key. Find it at: https://chat.openmic.ai/api-key
https://chat.openmic.ai/api-key
The unique identifier of the bot
Bot deleted successfully
Was this page helpful?