DELETE
/
v1
/
bots
/
{uid}
curl --request DELETE \
  --url https://api.openmic.ai/v1/bots/{uid} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer token authentication using API key. Find it at: https://chat.openmic.ai/api-key

Path Parameters

uid
string
required

The unique identifier of the bot

Response

204

Bot deleted successfully