Delete a calendar

DELETE /_ml/calendars/{calendar_id}

Removes all scheduled events from a calendar, then deletes it.

Path parameters

  • calendar_id string Required

    A string that uniquely identifies a calendar.

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • acknowledged boolean Required

      For a successful response, this value is always true. On failure, an exception is returned instead.

DELETE /_ml/calendars/{calendar_id}
curl \
 -X DELETE http://api.example.com/_ml/calendars/{calendar_id}