action iqualify_delete_offerings_offering_id_channels_channel_id_learners { label: "Remove learners from a group channel" description: "Removes a learner from the specified group channel." provider: iqualify method: DELETE path: "/offerings/{offeringId}/channels/{channelId}/learners" encoding: json input: { type: "object" properties: { email: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }