action iqualify_delete_offerings_offering_id_users_user_email { label: "Removes user from the offering" description: "Removes a user from the offering." provider: iqualify method: DELETE path: "/offerings/{offeringId}/users/{userEmail}" encoding: json output: { type: "object" additionalProperties: true } }