action citrixonline_delete_organizers_organizer_key { label: "Delete organizer" description: "Deletes the individual organizer specified by the organizer key. This API call is only available to users with the admin role." provider: citrixonline method: DELETE path: "/organizers/{organizerKey}" encoding: json output: { type: "object" additionalProperties: true } }