Search + K

Command Palette

Search for a command to run...

Sign In

Delete a calendar

DELETE /_ml/calendars/{calendar_id}
Copy endpoint

Remove all scheduled events from a calendar, then delete it.

Required authorization

  • Cluster privileges: manage_ml

Parameters

path Path Parameters

Name Type
calendar_id required

A string that uniquely identifies a calendar.

type TypesId = string

Responses

200 application/json
interface TypesAcknowledgedResponseBase {
acknowledged: boolean;
}