DELETE
/_ml/calendars/{calendar_id}
curl \
--request DELETE 'http://api.example.com/_ml/calendars/{calendar_id}' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response when deleting a calendar.
{
"acknowledged": true
}