| 123456789101112131415161718192021222324252627282930313233343536 | --:api: delete-calendar-job:request: DeleteCalendarJobRequest:response: PutCalendarResponse--[id="{upid}-{api}"]=== Delete Calendar Job APIRemoves {ml} jobs from an existing {ml} calendar.The API accepts a +{request}+ and respondswith a +{response}+ object.[id="{upid}-{api}-request"]==== Delete Calendar Job RequestA +{request}+ is constructed referencing a non-nullcalendar ID, and JobIDs 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 JobIds to remove from the calendar[id="{upid}-{api}-response"]====  Delete Calendar Job ResponseThe returned +{response}+ contains the updated Calendar:["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-response]--------------------------------------------------<1> The updated Calendar with the jobs removedinclude::../execution.asciidoc[]
 |