action ijenko_program_delete { label: "Delete a Program" description: "Delete a *Program*.\n\n**Note**: requires full access to the *Account*.\n" provider: ijenko method: DELETE path: "/programs/{programId}" encoding: json output: { type: "object" additionalProperties: true } }