delete https://us-east-1.recall.ai/api/v2/calendar-events//bot/
Delete bot(s) scheduled for the calendar event. This endpoint will return the updated calendar event in response.
For more information, see Calendar V2 Scheduling Guide.
This endpoint is idempotent
A request method is considered idempotent when executing multiple identical requests with that method yields the same outcome on the server as executing a single request of the same kind.
This means that if the calendar event ID exists, both the first and any following requests will return
200
responses.