| 12345678910111213141516171819202122232425262728293031323334353637 | --:api: delete-calendar-event:request: DeleteCalendarEventRequest:response: AcknowledgedResponse--[role="xpack"][id="{upid}-{api}"]=== Delete calendar event APIRemoves a scheduled event from an existing {ml} calendar.The API accepts a +{request}+ and respondswith a +{response}+ object.[id="{upid}-{api}-request"]==== Delete calendar event requestA +{request}+ is constructed referencing a non-nullcalendar ID, and eventId which to remove from the calendar["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-request]--------------------------------------------------<1> The ID of the calendar from which to remove the jobs<2> The eventId to remove from the calendar[id="{upid}-{api}-response"]====  Delete calendar event responseThe returned +{response}+ acknowledges the success of the request:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-response]--------------------------------------------------<1> Acknowledgement of the request and its successinclude::../execution.asciidoc[]
 |