cURL
curl --request DELETE \ --url https://api.openmic.ai/v1/bots/{uid} \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Delete a bot by its UID.
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?