action citrixonline_delete_meetings_meeting_id { label: "Delete meeting" description: "Deletes the meeting identified by the meetingId." provider: citrixonline method: DELETE path: "/meetings/{meetingId}" encoding: json output: { type: "object" additionalProperties: true } }