deleteRoutineCodeVersion()

in src/utils/service.ts [184:193]


  deleteRoutineCodeVersion(params: DeleteRoutineCodeVersionRequest) {
    const request = new DeleteRoutineCodeVersionRequest(params);
    return this.callApi(
      this.client.deleteRoutineCodeVersion.bind(this.client) as ApiMethod<
        DeleteRoutineCodeVersionRequest,
        DeleteRoutineCodeVersionResponse
      >,
      request,
    );
  }