Delete Data

Deletes a bot's data including recording, transcription, and logs. Only metadata is retained. Rate limited to 5 requests per minute per API key.

POST
/bots/{uuid}/delete_data

Authorization

ApiKeyAuth
x-meeting-baas-api-key<token>

API key for authentication

In: header

Path Parameters

uuid*string

The UUID identifier

Response Body

application/json

curl -X POST "https://api.meetingbaas.com/bots/string/delete_data"
{
  "ok": true,
  "status": "deleted"
}
Empty
Empty
Empty
Empty