action api_opt_out_of_program { label: "optOutOfProgram" description: "This method opts the seller out of a seller program to which you have previously opted-in to. Get a list of the seller programs you have opted-in to using the getOptedInPrograms call." provider: api method: POST path: "/program/opt_out" encoding: json input: { type: "object" description: "A seller program in to which a seller can opt-in." properties: { programType: { type: "string" description: "A seller program in to which a seller can opt-in. For implementation help, refer to eBay API documentation" } } } output: { type: "object" } }