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.
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
Bot deleted successfully
Was this page helpful?