# Delete events from a calendar **DELETE /_ml/calendars/{calendar_id}/events/{event_id}** ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **calendar_id** (string) A string that uniquely identifies a calendar. - **event_id** (string) Identifier for the scheduled event. You can obtain this identifier by using the get calendar events API. ## Responses ### 200 #### Body: application/json (object) - **acknowledged** (boolean) For a successful response, this value is always true. On failure, an exception is returned instead. [Powered by Bump.sh](https://bump.sh)